home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Password.sd < prev    next >
INI File  |  2006-09-13  |  758b  |  45 lines

  1. [SUBJECT]
  2. Description=Inserts a password (minimum security) in your HTML document
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;function checkPswd(ext) {
  11. ;  if ((document.pswdForm.pswd.value == null) || (document.pswdForm.pswd.value == ''))
  12. ;    alert('`alert`');
  13. ;  else this.location.href = document.pswdForm.pswd.value + ext;
  14. ;}
  15. ;// end script -->
  16. ;</scripT>
  17. ;
  18.  
  19.  
  20.  
  21. [BODY_TEXT]
  22. ;<form name="pswdForm">
  23. ;<input type="password" name="pswd" size="`size`" maxlength="40">
  24. ;<input type="button" value="Ok" onClick="checkPswd('`file_extension`')">
  25. ;</form>
  26. ;
  27.  
  28.  
  29.  
  30. [`file_extension`]
  31. Kind=S
  32. Value=.html
  33.  
  34.  
  35.  
  36. [`alert`]
  37. Kind=S
  38. Value=Invalid password.
  39.  
  40.  
  41. [`size`]
  42. Kind=N
  43. Value=24
  44.  
  45.