home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / software / cb5 / files / Bryce5TrialVersion.exe / data1.cab / HelpFiles / wwhelp / common / scripts / frmset1s.js next >
Encoding:
Text File  |  2001-07-16  |  297 b   |  12 lines

  1.   // Check for context match
  2.   //
  3.   if ((WWHelpFrameSet.mBookTag  != null) &&
  4.       (WWHelpFrameSet.mTopicTag != null))
  5.   {
  6.     WWHelpFrameSet.fProcessBook(Book_Context, Book_Popups, Book_MatchTopic);
  7.   }
  8.   else
  9.   {
  10.     WWHelpFrameSet.fProcessBook(Book_Context, Book_Popups, null);
  11.   }
  12.