Thursday, March 29, 2012

opening Save As Dialouge box through .NET

Hi...Can anyone tell me how to open the "Save As" dialodue box programatically??

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

0 comments:

Post a Comment