Gossamer Forum
Home : Products : Links 2.0 : Customization :

SSI integeration into CGI generated pages

(Page 2 of 2)
> >
Quote Reply
Re: SSI integeration into CGI generated pages In reply to
I haven't read everyone elses responses, although you could try use the tag:


I used this in a .shtml file to include a .cgi file. I'm not sure if it will work in a .cgi file though. You could be better off using the <iframe> tag

Quote Reply
Re: SSI integeration into CGI generated pages In reply to
It is better to create global tags out of subroutine calls...Using <iframe> will only work for IE 2.7 - 5.0 and does not work in Netscape 1.1 - 4.76 (you have to use <ilayer>.

Server-side solutions are more cross-platform/browser compatible.

Regards,

Eliot Lee
> >