How can I choose one of multiple stylesheets using ASP? Heres my ASP at the moment:
<%
T=Request.Cookies(“THEME”)
%>
It’s in the head, there are two themes. I just need somone to show me how to do a conditional operator and if it’s 1 then set a stylesheet. I could complete it from there
Thanks 🙂
VB Script Syntax