Web Form Buttons

posted in: Tech | 0

Print Button
<input name=”Print” type=”button” onclick=”window.print();” value=”Print”>

Back Button
<input name=”Back” type=”button” onClick=”history.go(-1)” value=”Back”>

Home Button
<input name=”Home” type=”button” onClick=”parent.location=’index.cfm'” value=”Home”>