home *** CD-ROM | disk | FTP | other *** search
/ Your Business Pak / BusinessPak2.iso / Netscape / CD / as.z / duepvw.jar / dummy.js
Text File  |  1998-11-02  |  386b  |  35 lines

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