Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Dynamic or static page?

Quote Reply
Dynamic or static page?
Hi!

How to find out if a user is browsing dynamic or static page?

Currently, I am using "d" to include file into the template.



<%if d eq "1"%>

<%include user_status.html%>

<%else%>

<!--#include virtual="/cgi-bin/page.cgi?p=user_status"-->

<%endif%>




but if the user removes "d" part from ../page.cgi?d=1 there is no way
to include file ...



Thanks!
Subject Author Views Date
Thread Dynamic or static page? Payooo 1593 Jul 23, 2003, 3:34 AM
Thread Re: [Payooo] Dynamic or static page?
Andy 1528 Jul 23, 2003, 4:24 AM
Thread Re: [Andy] Dynamic or static page?
Payooo 1519 Jul 23, 2003, 9:44 AM
Post Re: [Payooo] Dynamic or static page?
Andy 1498 Jul 23, 2003, 9:47 AM