You are here: irt.org | About | Feedback | 3515 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1403
Sent by
Jon Speechley on January 23, 2002 at 10:46:37:
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
Create a button which resides in a division, which is hidden upon clicking then unhidden after the print operation, thus:
<html>
<head>
<script language="javascript">
</head>
<body>
Click button to print this screen.
<div id="printbutton">
<button onclick="PrintWithoutButton('printbutton')">Print Screen</button>
</div>
</body>
</html>
Other feedback on 'irt.org FAQ Knowledge Base Q1403' - show all