• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Poping up "Save as" dialog box using java script

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am making use of command document.getElementById("id).runSaveFileDialog("filename") to get the windows "Save as dialog box" on click of some button.The "Save as"dialogbox is popping up every time when i click on the button but I am facing one strange issue in chrome version 14 and above and that too only in windows xp the "Save as dialog box" is popping up only some time.Click event is triggering every time but runSaveFileDialog("FileName") is functioning only some time.Instead of using runSaveFileDialog("FileName"), is there any other way from which i can get the "Save As" dialog box using Java script so that it should be compatible in all the browsers. Please suggest.



Regards,
devuser
 
reply
    Bookmark Topic Watch Topic
  • New Topic