Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup Save (or Print) windows standard dialogs 1

Status
Not open for further replies.

aspx

Programmer
Jul 25, 2002
52
BG
Hi!
When user clicks on these buttons (or links) Print (or Save) windows standard dialog should appear. How to do?
 
Hi,
with JS:

<A href=&quot;javascript:void(document.execCommand('SaveAs'));&quot;>Save page</A>

<A href=&quot;javascript:window.print();&quot;>Print page</A>





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top