%@ Language=VBScript %> <% DateEntrance = Now() Blocked = 0 style = "style.css" if request.querystring("s") = "1" then s = 1 style = "style.css" elseif request.querystring("s") = "2" then s = 2 style = "style1.css" elseif request.querystring("s") = "3" then s = 3 style = "style2.css" end if %>
|
|||||
|