Request.Querystring og Cookies?
Hej alle eksperter.Er der nogen der kan forklare mig hvorfor dette ikke virker?
---
<%If Request.Cookies("Start") = "" Or Request.Querystring("ChoiceStart") = "StartOpen" Then
Response.Cookies("Start") = "StartOpen"%>
<a href="index.asp?ChoiceStart=StartClose"><img src="pictures/ButtonSetupClose.gif"></a>
<%ElseIf Request.Querystring("ChoiceStart") = "StartClose" Then
Response.Cookies("Start") = "StartClose"%>
<a href="index.asp?ChoiceStart=StartOpen"><img src="pictures/ButtonSetupOpen.gif"></a>
<%End If%>
---
På forhånd tak :-)
