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

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