![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm using Dreamweaver 4 - Never upgraded! And I have a map JPEG for a site - nearly fills a 800 X 600 page, I want to put a "print Map" command at |
#3
| |||
| |||
|
|
I'm using Dreamweaver 4 - Never upgraded! And I have a map JPEG for a site - nearly fills a 800 X 600 page, I want to put a "print Map" command at |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
there are loads of ways to do this, heres 3: !--auto prints the page when it loads-- body onLoad="window.print()" !--print button-- script language="Javascript" !-- var message = "Print this Page"; function printpage() { window.print(); } document.write("<form><input type=button " +"value=\""+message+"\" onClick=\"printpage()\"></form>"); //-- /script !--print link-- a href="javascript rint()">Print</a |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
thanks murray, that was a really constructive post. ive had the print button working on win 95 ie5, win 98ie6, win xp ie6, dont know about 5.5 or mac, but you cant please everyone.... OR CAN YOU? show me a mac print button code and i can show you how to please everyone... |
![]() |
| Thread Tools | |
| Display Modes | |
| |