Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: SSI integeration into CGI generated pages

Quote Reply
Re: SSI integeration into CGI generated pages In reply to
That is correct....if you want to make sure that you are using interoperable anchors, you could use the following codes:

Code:

<SCRIPT LANGUAGE="JavaScript">
function getBrowser() {
if (navigator.appName.indexOf("Netscape") !=-1)
if(navigator.appVersion.indexOf("3") != -1)
return 1
if (navigator.appName.indexOf("Netscape") != -1)
if(navigator.appVersion.indexOf("4") != -1)
return 1
if (navigator.appName.indexOf("Microsoft") !=-1)
if(navigator.appVersion.indexOf("3") != -1)
return 2
if (navigator.appName.indexOf("Microsoft") !=-1)
if(navigator.appVersion.indexOf("4") != -1)
return 2
}
if (getBrowser() ==1) document.write("<ILAYER SRC='/cgi-bin/script.cgi?something'></ILAYER>");
if (getBrowser() ==2) document.write("<IFRAME SRC='/cgi-bin/script.cgi?something'></IFRAME>");
</SCRIPT>


Of course...this is a bit messy, since the codes would have to go within the web page and not loaded in the header portion of the file.

Regards,

Eliot Lee

Subject Author Views Date
Thread SSI integeration into CGI generated pages kickster 7877 Aug 27, 2000, 2:33 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7747 Aug 27, 2000, 3:15 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7737 Aug 27, 2000, 6:20 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7756 Aug 27, 2000, 6:30 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7740 Aug 27, 2000, 6:41 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7749 Aug 27, 2000, 7:33 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7747 Aug 27, 2000, 7:50 PM
Thread Re: SSI integeration into CGI generated pages
sponge 7745 Aug 27, 2000, 8:32 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7755 Aug 27, 2000, 8:48 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7731 Aug 27, 2000, 9:20 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7678 Aug 28, 2000, 5:37 PM
Post Re: SSI integeration into CGI generated pages
Stealth 7649 Aug 28, 2000, 6:05 PM
Thread Re: SSI integeration into CGI generated pages
Jerry 7723 Aug 27, 2000, 11:01 PM
Thread Re: SSI integeration into CGI generated pages
kickster 7669 Aug 28, 2000, 7:45 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7663 Aug 28, 2000, 8:12 PM
Post Re: SSI integeration into CGI generated pages
kickster 7667 Aug 28, 2000, 8:24 PM
Thread Re: SSI integeration into CGI generated pages
sponge 7694 Aug 28, 2000, 9:38 PM
Thread Re: SSI integeration into CGI generated pages
Stealth 7660 Aug 28, 2000, 9:46 PM
Post Re: SSI integeration into CGI generated pages
ARCSxMike 7621 Aug 28, 2000, 10:45 PM
Thread Re: SSI integeration into CGI generated pages
Jerry 7639 Aug 29, 2000, 4:25 AM
Thread Re: SSI integeration into CGI generated pages
kickster 7639 Aug 29, 2000, 10:40 AM
Thread Re: SSI integeration into CGI generated pages
kickster 7614 Aug 29, 2000, 10:59 AM
Post Re: SSI integeration into CGI generated pages
act 7414 Jul 6, 2001, 8:50 AM
Thread Re: SSI integeration into CGI generated pages
scanreg 7648 Aug 28, 2000, 11:55 PM
Post Re: SSI integeration into CGI generated pages
Jerry 7611 Aug 29, 2000, 4:10 AM
Thread Re: SSI integeration into CGI generated pages
darkOne 1272 Jul 6, 2001, 5:56 PM
Post Re: SSI integeration into CGI generated pages
Stealth 1259 Jul 6, 2001, 6:16 PM