Displaying Source Code(s)
|
|
Print Button
--------------------------------------------------------------------------------
<SCRIPT LANGUAGE="JavaScript">
<!-- This script And many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
If (window.print) {
document.write('<form>Do not forget to '
+ '<input type=button name=print value="Print" '
+ 'onClick="javascript:window.print()"> this page!</form>');
}
// End -->
</script>
|
|
|