home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / RSASecurIDTokenAuto412x64.msi / Data1.cab / _6ED9791EA62DDAA03389051D7B6A4C7F < prev    next >
Text File  |  2014-03-12  |  1KB  |  67 lines

  1. <html>
  2. <script language="javascript1.2" src="whutils.js"></script>
  3. <script language="javascript1.2">
  4. <!--
  5. var gsTopic="";
  6.  
  7. if (location.hash.length > 1)
  8. {
  9.     var nPos = location.hash.indexOf(">>");
  10.     if (nPos>1)
  11.     {
  12.         if(IsInternal(location.hash.substring(1, nPos)))
  13.             gsTopic = _textToHtml(location.hash.substring(1, nPos));
  14.         parseParam(location.hash.substring(nPos+2));
  15.     }
  16.     else
  17.     {
  18.         if(IsInternal(location.hash.substring(1)))
  19.             gsTopic = _textToHtml(location.hash.substring(1));
  20.     }
  21. }
  22.  
  23.  
  24.     var strHtml="";
  25.     strHtml+="<frameset rows=\'100%,*\'>";
  26.     strHtml+="<frame name=\'topicwindow\' src=\'" + gsTopic +"\'></frame>";
  27.     strHtml+="<frame src=\'whskin_blank.htm\' noresize></frame>";
  28.     strHtml+="</frameset>";
  29.     document.write(strHtml);
  30.  
  31. function parseParam(sParam)
  32. {
  33.     if (sParam)
  34.     {
  35.         var nBPos=0;
  36.         do 
  37.         {
  38.             var nPos=sParam.indexOf(">>", nBPos);
  39.             if (nPos!=-1)
  40.             {
  41.                 if (nPos>0)
  42.                 {
  43.                     var sPart=sParam.substring(nBPos, nPos);
  44.                     parsePart(sPart);
  45.                 }
  46.                 nBPos = nPos + 2;
  47.             }
  48.             else
  49.             {
  50.                 var sPart=sParam.substring(nBPos);
  51.                 parsePart(sPart);
  52.                 break;
  53.             }
  54.         } while(nBPos < sParam.length);
  55.     }    
  56. }
  57.  
  58. function parsePart(sPart)
  59. {
  60.     if(sPart.toLowerCase().indexOf("cap=")==0)
  61.     {
  62.         document.title=_browserStringToText(sPart.substring(4));
  63.     }
  64. }
  65. //-->
  66. </script>
  67. </html>