GWJ

msg:660298 | 11:46 am on Aug 1, 2000 (gmt 0) |
Hi Littleman, I have been using an include statement for this in FP (newbie approach?). Brian
|
scott

msg:660299 | 2:16 pm on Aug 1, 2000 (gmt 0) |
I've been looking for a way to make FP use SSIs. For counter purposes. Have any ideas? Can it be done?
|
rcjordan

msg:660300 | 5:12 pm on Aug 1, 2000 (gmt 0) |
Scott, I came up with a way to embed SSI in any HTML page, I use it for banners but it could so a counter. Basically based on browser sniffing, it creates an <IFRAME> for MSIE or an <ILAYER> for NS. These encapsulate an SSI page. The write-up is here [4geeks.com].
|
scott

msg:660301 | 8:04 pm on Aug 1, 2000 (gmt 0) |
My main reasoning for doing this (at the moment) is for placing the traxis counters on my site. FP doesn't have any issues with renaming the file extensions (that I know of). I could even go for changing the .htaccess file. The problem is FP keeps treating any SSI it sees as true, "let's show this to Mr. Browser", text. Of course Big Brother Monoposoft offers up no info, patches or anything else about it. I'm in the process of transferring everything over to regular ole html pages, but was looking for a really quick work around to get me by for a few weeks. I don't know that the one in your link will do the trick here. I could be wrong, though.....happens all the time!
|
rcjordan

msg:660302 | 8:27 pm on Aug 1, 2000 (gmt 0) |
No, it wouldn't work for page-by-page tracking such as traxis. (well, it would work, but it would require too much setup for a large site) It would work for code that applies across an entire site or in large zones.
|
littleman

msg:660303 | 1:13 am on Aug 2, 2000 (gmt 0) |
Well, I was looking at it as a way to embed data across an entire domain/server. I was looking for something like this a while back. Nice stuff RC.
|
|