Print page out : document « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- document
Print page out
<html>
<head>
<title>Print()</title>
</head>
<body>
<form>
<input type="button" name="printWhole" value="Print Entire Frameset"
onclick="parent.print()" />
<p>
</body>
</html>
Related examples in the same category