Forums
This topic is locked
To 'Print' without going to File & click Print.
Posted 28 Jul 2002 00:50:46
1
has voted
28 Jul 2002 00:50:46 Priya Rajan posted:
I have made a roll over 'Print' button IN DW. How do I get it to print when the mouse goes over the button? Replies
Replied 28 Jul 2002 01:25:21
28 Jul 2002 01:25:21 Jeremy Conn replied:
Use the following JavaScript:
<form>
<input name="Print" onClick="window.print();return false" type="button" value="Print Map">
</form>
(DWMX|IIS5|WXP|ASP/VB)
*Connman21*
www.conncreativemedia.com
<form>
<input name="Print" onClick="window.print();return false" type="button" value="Print Map">
</form>
(DWMX|IIS5|WXP|ASP/VB)
*Connman21*
www.conncreativemedia.com