SJ.Hi,
Use this javacript function to call "Save As..." dialog box.
function SavePage(filename)
{
document.execCommand('SaveAs',null,filename)
}
Regards,
Firoz
Hi, Have a look @.view post 833372
regards
SJ.Hi,
Use this javacript function to call "Save As..." dialog box.
function SavePage(filename)
{
document.execCommand('SaveAs',null,filename)
}
Firoz
Hi, Have a look @.view post 833372
regards
0 comments:
Post a Comment