home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2002 March / Game.EXE_03_2002.iso / Shareware / Fallout Quest / FQ install.exe / #setuppath# / files / next.js < prev    next >
Encoding:
Text File  |  2000-10-29  |  267 b   |  8 lines

  1. function doLoad(){
  2.   if((parent.main.location=="mainscrl.htm")&&(self.location!="nextscrl.htm")){
  3.     self.location.replace("nextscrl.htm");
  4.   }
  5.   if((parent.main.location=="main.htm")&&(self.location!="next.htm")){
  6.     self.location.replace("next.htm");
  7.   }
  8. }