Forums
This topic is locked
Button Print Functions Dreamweaver8
Posted 12 Nov 2006 05:18:53
1
has voted
12 Nov 2006 05:18:53 Rachelle Fleek posted:
I am working on a project and i am a fairly new designer. I cannot figure out how to make my print button work. Could you tell me where to look on dreamweaver to make my print button work.I need to be able to create a button that when you click it, it shows the pop up menu for the print.
Thanks.
Edited by - Aloha1826 on 12 Nov 2006 11:44:26
Replies
Replied 17 Nov 2006 15:17:40
17 Nov 2006 15:17:40 Vince Baker replied:
add a link to your button (to link to javascript<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> and then inside the a tag add the following:
onClick="window.print()"
for example:
<a href="javascript:" onClick="window.print()> your image here </a>
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
onClick="window.print()"
for example:
<a href="javascript:" onClick="window.print()> your image here </a>
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]