[EMAIL PROTECTED] wrote:
> I am looking for examples of scripts or advice on how to use referring
> domain as the criteria for appling the appropriate CSS file.
Using ASP/VBScript, you can try (at the very top of the document):
<% sname = Request.ServerVariables("SERVER_NAME") %>
<% sname = ucase(
I have several pages that need to automatically have slightly different
branding elements applied, based on how the customer comes into the page.
(e.g.: two different masthead banner colors).
I am looking for examples of scripts or advice on how to use referring
domain as the criteria for appli