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

  1. <!--  to hide script contents from old browsers
  2.  
  3.  
  4.  
  5. function go(msg)
  6. {
  7.     if (parent.parent.globals.document.vars.editMode.value == "yes")
  8.         return true;
  9.     else
  10.         return(checkData());
  11. }
  12.  
  13.  
  14.  
  15. function checkData()
  16. {
  17.     return(true);
  18. }
  19.  
  20.  
  21.  
  22. function loadData()
  23. {
  24.     if (parent.controls.generateControls)    parent.controls.generateControls();
  25. }
  26.  
  27.  
  28.  
  29. function saveData()
  30. {
  31. }
  32.  
  33.  
  34.  
  35. // end hiding contents from old browsers  -->
  36.