Re: [css-d] Change CSS based on Referring Domain

2005-06-07 Thread Thierry Koblentz
[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(

[css-d] Change CSS based on Referring Domain

2005-06-07 Thread chase
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