Save Page As Button on page

Newbie Member
7May2007,18:10   #1
Armen's Avatar
Hi,
having a small problem, need to make PrintPage and SavePageAs
buttons on the page. The first one is easy:
<input type="button" id="btnPrint" onclick="window.print( )" value="Print">
Cant figure out how to make SavePageAs...

Anybody can help?

Thanks!
Team Leader
7May2007,19:17   #2
pradeep's Avatar
Well, you can't unless you write some ActiveX control. There is no such in-built functionality in JavaScript to pop-up the Save As dialog.