home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / jvscript116beta / JvScript / !JvScript / Resources / Scripts / Alert / 1 next >
Encoding:
Text File  |  1999-09-15  |  395 b   |  21 lines

  1. #newformat
  2. # © Geoff Youngs, 1999
  3. _title:Page Loaded
  4. _author:Geoff Youngs
  5. _contact: geoff@solutionsweb.co.uk
  6. _description:Alert user after the web page has loaded
  7.  
  8. _message:Message to pop up
  9.  
  10. _insert-in:inhead
  11. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  12. <!--
  13. function after(){
  14. alert('¤message_object$(1)¤')}
  15. //--></SCRIPT>
  16. _end-insert:
  17.  
  18. _insert-in:inbody
  19. onLoad="after()"
  20. _end-insert:
  21.