Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 14, 2010 09:29 AM by chintanpshah
Member
21 Points
46 Posts
Jun 14, 2010 09:16 AM|LINK
In my Application i write one javascript function as
Page.ClientScript.RegisterStartupScript(typeof(Page), "myscript", "<script >document.execCommand('SaveAs');</script>");
to save that file.
its working fine in IE but in firefox mozila that save as window is not comming.
can any one help me which function will work for both IE and FireFox mozila.
Thanks.
All-Star
19058 Points
3273 Posts
Jun 14, 2010 09:29 AM|LINK
This command is not standard and not supported in Firefox.
Refer:
http://stackoverflow.com/questions/833015/does-execcommand-saveas-work-in-firefox
sunitaranipa...
Member
21 Points
46 Posts
save As window is working in IE but in mozila its not working ?
Jun 14, 2010 09:16 AM|LINK
In my Application i write one javascript function as
Page.ClientScript.RegisterStartupScript(typeof(Page), "myscript", "<script >document.execCommand('SaveAs');</script>");
to save that file.
its working fine in IE but in firefox mozila that save as window is not comming.
can any one help me which function will work for both IE and FireFox mozila.
Thanks.
chintanpshah
All-Star
19058 Points
3273 Posts
Re: save As window is working in IE but in mozila its not working ?
Jun 14, 2010 09:29 AM|LINK
This command is not standard and not supported in Firefox.
Refer:
http://stackoverflow.com/questions/833015/does-execcommand-saveas-work-in-firefox
My Software Website