|
|
|
|
![]() ![]() |
Feb 23 2005, 07:32 PM
Post
#1
|
|
|
End Of Computer Group: Members Posts: 346 Joined: 1-September 04 From: .:: MARS ::. Member No.: 28 |
A simple java script code for printing your website pages
just copy and paste below code on your pages you can use image or text instead of button. <html> <head> <title>Print screen button</title> <script language="JavaScript"> <!-- hiding function varitext(text){ text=document print(text) } // End --> </script> </head> <body> <div align="center"> <form> <input name="print" type="button" value="Print this Document!" onclick="varitext()"> </form> </div> </body> </html> be successful ! Soleimanian |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 20th August 2008 - 10:41 AM |