home *** CD-ROM | disk | FTP | other *** search
- #newformat
- # © Geoff Youngs, 1999
- _title:Page Loaded
- _author:Geoff Youngs
- _contact: geoff@solutionsweb.co.uk
- _description:Alert user after the web page has loaded
-
- _message:Message to pop up
-
- _insert-in:inhead
- <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
- <!--
- function after(){
- alert('¤message_object$(1)¤')}
- //--></SCRIPT>
- _end-insert:
-
- _insert-in:inbody
- onLoad="after()"
- _end-insert:
-