Forums
This topic is locked
ASP Print in UD
Posted 15 Dec 2001 05:54:46
1
has voted
15 Dec 2001 05:54:46 Jeff Hansen posted:
Anyone here know how to code a print page in ASP with in UD? I am opening a browser window without the toolbar, but wnat the ability to print that page with the press of a print button... any suggestions?Replies
Replied 15 Dec 2001 06:26:42
15 Dec 2001 06:26:42 Joel Martinez replied:
this is something I don't suggest... I think there is a javascript command that works in IE, but I don't think you can get the same functionality in NS.
What I do in these situations, is popup the window, and leave only the file menu... that way you don't have all the buttons, but the user can still go to File > Print... this ensures crossbrowser compatibility.
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
What I do in these situations, is popup the window, and leave only the file menu... that way you don't have all the buttons, but the user can still go to File > Print... this ensures crossbrowser compatibility.
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Replied 15 Dec 2001 11:13:15
15 Dec 2001 11:13:15 Owen Eastwick replied:
Try something like:
<a href="#" onClick="window.print();return false"><img src="InterfaceImages/Print.gif" alt="Print this Page" border="0" width="84" height="21">
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
<a href="#" onClick="window.print();return false"><img src="InterfaceImages/Print.gif" alt="Print this Page" border="0" width="84" height="21">
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 15 Dec 2001 19:35:05
15 Dec 2001 19:35:05 Viktor Farcic replied:
Try this: www.webreference.com/js/column89/
Works only in IE 5.5/6 but it opens new possibilities.
Viktor Farcic
TalkZone Manager
Works only in IE 5.5/6 but it opens new possibilities.
Viktor Farcic
TalkZone Manager