D
DC
Is ther an easy way of using the HTTP_REFERER server variable to choose
between 2 different includes files?
Eg:
<%
If HTTP_REFERER="Url 1" then
<!--#include virtual="/includes/menustyle1.html" -->
else
<!--#include virtual="/includes/menustyle1.html" -->
EndIf
%>
Obviouslythe above wont work due to bracketing, but is there an easy way
around this?
Thanks in advance,
DC
between 2 different includes files?
Eg:
<%
If HTTP_REFERER="Url 1" then
<!--#include virtual="/includes/menustyle1.html" -->
else
<!--#include virtual="/includes/menustyle1.html" -->
EndIf
%>
Obviouslythe above wont work due to bracketing, but is there an easy way
around this?
Thanks in advance,
DC