Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   problem with ssi and firefox (http://www.greenguysboard.com/board/showthread.php?t=11212)

physio 2004-09-16 12:51 PM

problem with ssi and firefox
 
Heya guys,

I really have a problem with this - take a look at this page please
http://www.xxx-adult-free.com/Amateur/

In IE all the links are displayed fine, but in firefox after a certain amount the links just stop and you only see blank lines...

I do include the links like this here

I also tried it with the virtual thing, no difference.... :(

Any idea what might cause this? With the growing amount of people using firefox this really starts to concern me...

physio 2004-09-16 01:12 PM

problem solved :D

Cleo 2004-09-16 01:14 PM

Mine work in FireFox. This is how I do it

include "$DOCUMENT_ROOT/includes/menu.html";
?>

OR

include "http://DOMAIN.com/FILENAME.txt";
?>

I had to start adding in the @ after my server was upgraded.

Cleo 2004-09-16 01:15 PM

In that case never mine. :D

physio 2004-09-16 01:20 PM

just if it is of interest, the template which generates each link on the site had a body tag in it...and as the script takes the whole template to generate each link i had "some" more body tags in the site. i guess firefox doesnt really like that.

just removed all unnecessary stuff from the template and wuzza it works :D

Cleo 2004-09-16 01:27 PM

I've been bitten by that one. Actually a lot of browsers don't like more then one body tag.


All times are GMT -4. The time now is 08:16 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc