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 derfloh 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
Joined
Jul 25, 2002
Messages
52
Location
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>





 
Thank you very much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top