home *** CD-ROM | disk | FTP | other *** search
Wrap
function GetLocalURL(){ var theURL; theURL = this.location; return theURL; } // This method returns everything after the specified // parameter in a URL string. function DeriveGRVUrl(inURL, inString){ var thePath, theLength; inString = String(inString); inURL = String(inURL); theIndex = inURL.indexOf( inString ); theLength = inURL.lastIndexOf( "/" ); thePath = inURL.substring( theIndex, theLength ); return thePath; } function DeriveGRVFileName( inURL ){ var theFile, theLength; inURL = String(inURL); theSlashIndex = inURL.lastIndexOf( "/" ); theDotIndex = inURL.lastIndexOf( "." ); theLength = inURL.length; theFile = inURL.substring( theSlashIndex + 1 , theDotIndex ); theFile = "/" + theFile + ".grv"; return theFile; } // The main function Main(){ var path, myURL; var SearchString = "/Help/" var Server = "http://components.groove.net/Groove/Components" myURL = GetLocalURL(); path = "/Injectables/Help"; file = DeriveGRVFileName (myURL); document.write("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0; url=" + Server + path + file + "\">\n"); } document.write('<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">'); document.write('<html>'); document.write('<head>'); document.write('<title>Files</title>'); <!--(Meta)==========================================================--> document.write('<meta name=generator content="RoboHELP by eHelp Corporation - www.ehelp.com">'); document.write('<meta name=generator-major-version content=0.1>'); document.write('<meta name=generator-minor-version content=1>'); document.write('<meta name=filetype content=kadov>'); document.write('<meta name=filetype-version content=1>'); document.write('<meta name=page-count content=1>'); document.write('<meta name=layout-height content=477>'); document.write('<meta name=layout-width content=732>'); document.write('<meta name=date content="09 14, 2000 4:12:54 PM">'); Main(); function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) location.reload(); } if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Netscape")) { origWidth = innerWidth; origHeight = innerHeight; onresize = reDo; } document.write('<style>'); document.write('<!--'); document.write(' div.WebHelpPopupMenu {position:absolute; left:0px; top:0px; z-index:4; visibility:hidden;}'); document.write(' p.WebHelpNavBar {text-align:left; }'); document.write('-->'); document.write('</style>'); document.write('<script src="../bsscnbar.js" language="JavaScript" title="WebHelpNavBarExtJs" >'); document.write('</script>'); document.write('</head>'); <!--(Body)==========================================================--> document.write('<body>'); if (parseInt(navigator.appVersion) >=3 && window.name.indexOf("BSSCPopup") == -1) { var strNvHome=""; var strNvBrowse=""; var strNvWebSearch=""; if ((typeof (BsscNavHasNavFrame) != "undefined") && (typeof(BsscNavIsList) == "undefined" || !BsscNavIsList())) { if (!BsscNavHasNavFrame()) { strNvHome = "<a href=\"javascript:void(0);\" onclick=\"onBsscNavShow('../GrooveHelp.htm');return false;\"><img src='../bsscnav1.gif' width=85 height=18 border=no></a>"; } else { strNvHome = "<a href=\"javascript:void(0);\" onclick=\"onBsscNavHide();return false;\"><img src='../bsscnav2.gif' width=77 height=18 border=no></a>"; } strNvHome += "<a href=\"javascript:void(0);\" onclick=\"onBsscNavSync('../GrooveHelp.htm');return false;\"><img src='../bsscnav3.gif' width=59 height=18 border=no></a>"; } if ((strNvHome.length != 0) || (strNvBrowse.length != 0) || (strNvWebSearch.length != 0)) { document.write("<p id='NavBar' align='left' class=WebHelpNavBar><nobr><font size=1>"); if (strNvHome.length != 0) document.write(strNvHome); if (strNvBrowse.length != 0) document.write(strNvBrowse); if (strNvWebSearch.length != 0) document.write(strNvWebSearch); document.write("</font> </nobr></p>"); } } document.write('<p>The help file you requested has not been downloaded. Groove will'); document.write(' now download the file for you, and notify you when it arrives.</p>'); document.write('<p>Once Groove notifies you that your help file has arrived, <a href="javascript:this.location.reload(true)">click here</a> to display it in this window.</p>'); document.write('</body>'); document.write('</html>');