home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / NETSCAPE / CCK / INSTBLDR.Z / asw.jar / accounts.js < prev    next >
Encoding:
Text File  |  1998-02-27  |  602 b   |  51 lines

  1. <!--  to hide script contents from old browsers
  2.  
  3.  
  4.  
  5. function go(msg)
  6. {
  7.     if (msg == parent.parent.globals.document.vars.path.value)    {
  8.         return(true);
  9.         }
  10.     return(false);
  11. }
  12.  
  13.  
  14.  
  15. function doGo()
  16. {
  17.     parent.controls.go("Next");
  18. }
  19.  
  20.  
  21.  
  22. function setPath(msg)
  23. {
  24.     parent.parent.globals.document.vars.path.value = msg;
  25.     setTimeout("doGo()",1);
  26. }
  27.  
  28.  
  29.  
  30. function checkData()
  31. {
  32.     return(true);
  33. }
  34.  
  35.  
  36.  
  37. function loadData()
  38. {
  39.     if (parent.controls.generateControls)    parent.controls.generateControls();
  40. }
  41.  
  42.  
  43.  
  44. function saveData()
  45. {
  46. }
  47.  
  48.  
  49.  
  50. // end hiding contents from old browsers  -->
  51.