Buddy I want it through a JavaScript command.
[quoted text, click to view] "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message =
news:uZLAgrrNFHA.2588@TK2MSFTNGP10.phx.gbl...
In the browser, use File|Save As...
--=20
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.
[quoted text, click to view] "SMG" <SMG@nodmain.com> wrote in message=20
news:OoEhLunNFHA.2880@TK2MSFTNGP10.phx.gbl...
> Hi All,
> On my website I want to provide a link with 'Save Web Page as =
HTML"
> I wrote the following code for the same and it works
>
> " document.execCommand('SaveAs','1','TEST'); "
>
> But it saves page content(HTML Code) and does not save images on the =
page
> (as I had given relative path for the images in coding).
>
>
> How Do I make my page save the content and images as well.
>
> Regards,
> Shailesh G
>