How to print a page
<a href="#" onClick="window.print();">Send to printer</a>
How to go back to the previous page
<input type="button" value="Cancel" class="primaryButton" onClick="javascript:history.back();">
How to close a pop-up window on click of close button
<a href="#" onClick="window.close();">Close</a>
How to go back to the previous page
<input type="button" value="Cancel" class="primaryButton" onClick="javascript:history.back();">
How to close a pop-up window on click of close button
<a href="#" onClick="window.close();">Close</a>
0 Comments:
Post a Comment
<< Home