if instr(application("hej"), "gam") > 0 then
response.redirect "hej.asp"
else
Application("hej") = Application("hej") & "gam"
End If
mvh,
------------------
<A HREF="http://cartman.nu" TARGET=_blank>
all your base are belong to us!</A>
1 svar · 156 visningar · startad av nakoz
jag vill kunna söka i en application jag har, för att om ett värde redan existerar i applicationen så skall inget läggas till.
exempel:
If Application("hej") INNEHÅLLER "gam" Then
Response.Redirect "hej.asp"
Else
Application("hej") = Application("hej") & "gam"
End If
mvh...
------------------
void[]
stash/$gu&-public(querystring)/n int{}bind "2" "say i own!" :)
if instr(application("hej"), "gam") > 0 then
response.redirect "hej.asp"
else
Application("hej") = Application("hej") & "gam"
End If
mvh,
------------------
<A HREF="http://cartman.nu" TARGET=_blank>
all your base are belong to us!</A>