home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / jvscript116beta / JvScript / !JvScript / Resources / Scripts / Password / 3 < prev    next >
Encoding:
Text File  |  1999-09-15  |  622 b   |  24 lines

  1. #newformat
  2. _title:Gatekeeper Referer
  3. _author:TJS
  4. _description:This script refers you to a page which contains the actual login code.
  5.  
  6. _url:URL of gatekeeper page:
  7. _caption:Button caption
  8.  
  9. _insert-in:inhead
  10. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  11. <!-- Begin
  12. var nifty_little_window = null;
  13. function gateKeeper() {
  14. nifty_little_window = window.open('¤url_object$(1)¤', 'theKeeper', 'width=350,height=225,resizable=1');
  15. }
  16. // End -->
  17. </SCRIPT>
  18. _end-insert:
  19.  
  20. _insert-in:inbody
  21. <FORM NAME="gatekeeperbutton" ACTION="" onSubmit="gateKeeper()">
  22. <input type="submit" value="¤caption_object$(1)¤">
  23. </FORM>
  24. _end-insert: