home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 July / INTERNET105.ISO / pc / software / windows / building / homesite / snippets / sample snippets / alert (on click).hss < prev    next >
Encoding:
Text File  |  1998-10-29  |  250 b   |  11 lines

  1. <!-- This goes in Head Tag -->
  2.  
  3. <script language="JavaScript">
  4. <!-- hide javascript
  5.  
  6. function showAlert () {
  7.  alert ("To print Data Sheet, Select Ctrl+P or Select File, Print.  Then Close(X) print window.");
  8.  }
  9.  
  10. // done hiding -->
  11. </SCRIPT>