|
Feedback on: irt.org FAQ Knowledge Base Q1403
irt.org | About | Feedback | 3807 [ previous next ] Feedback on: irt.org FAQ Knowledge Base Q1403
Sent by Andrew Johnson on April 24, 2002 at 04:18:00:
Worth: Worth reading
Technical: Too technical
Comments: Another method... <SCRIPT LANGUAGE=javascript> function doPrint() { document.frmButtons.btnAddEntry.style.visibility = 'hidden' document.frmButtons.btnBack.style.visibility = 'hidden' document.frmButtons.btnPrint.style.visibility = 'hidden' window.print() document.frmButtons.btnAddEntry.style.visibility = 'visible' document.frmButtons.btnBack.style.visibility = 'visible' document.frmButtons.btnPrint.style.visibility = 'visible' } </SCRIPT> <FORM name="frmButtons" action=""> <INPUT type="button" name="btnAddEntry" value="Add a new task"> <INPUT type="button" name="btnBack" value="Back"> <INPUT type="button" name="btnPrint" onClick="Javascript: doPrint()" value="Print"> </FORM>
Other feedback on 'irt.org FAQ Knowledge Base Q1403' - show all
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.