<%
second = RS3("secid")
second_req = Request.Querystring("secid")
If second = second_req Then %>
Response.Write("hej")
End If %>
både second och second_req innehåller värdet 1 men det händer inget, jag undrar om nån vet vad som är fel? för om du byter ut t ex second_req mot siffran 1 så skrivs hej ut.
------------------
// David - Probably the best guy in the world