Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
printing pages
#2
Kuuke Wrote:I think this can me done using some script or so but I don't know where to start of how to do.

a first start would be search in google or bing or otherwere ;=)

you do not really need big scripts, very simple Javascript might help

Code:
<form><input type="button" value=" Print this page "
onclick="window.print();return false;" /></form>

or
Code:
<a href="#" onclick="window.print();return false;">print</a>

or

http://www.dynamicdrive.com/dynamicindex9/other1.htm

or
http://www.boutell.com/newfaq/creating/printbutton.html


or
http://www.makeuseof.com/tag/add-print-button-web-page/
Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
printing pages - by Kuuke - 2011-08-20, 16:52:05
printing pages - by Connie - 2011-08-20, 19:03:08
printing pages - by mvlcek - 2011-08-20, 19:46:34
printing pages - by Kuuke - 2011-08-20, 19:51:28
printing pages - by Connie - 2011-08-20, 21:02:40
printing pages - by Connie - 2011-08-20, 21:03:40



Users browsing this thread: 1 Guest(s)