• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

execCommand firefox and IE

 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a piece of code which is using the execCommand function in javascript.

It works well in IE (I am using it as saveas) but it does not work in firefox or chrome.

I have been reading and noticed that it is only supported by IE.

Is there a general function I can use which can also be supported by firefox and all browsers. I want to achieve the same goal, saving the file.

If not, please I need suggestions

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic