Du får nog tabort "=" tecknet.
[B]Syntax[/B]
Response.Redirect URL
[B]Parameter Description[/B]
URL Required. The URL that the user (browser) is redirected to
2 svar · 551 visningar · startad av lbs129
Hej!
Jag har ett problem med ett Response.Redirect-kommando.
Jag får detta felmeddelande:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.Redirect'
/af/loggain.asp, line 13
Så här ser koden ut:
<% IF Request.QueryString("vad") = "in" AND Request.QueryString("ref") <> "" THEN %>
<% Response.Redirect = Request.ServerVariables("SERVER_NAME")+Request.QueryString("ref") %>
<% ELSE %>
<% END IF%>
Mvh Johan
Du får nog tabort "=" tecknet.
[B]Syntax[/B]
Response.Redirect URL
[B]Parameter Description[/B]
URL Required. The URL that the user (browser) is redirected to
Sjodahl skrev:
Du får nog tabort "=" tecknet.
[B]Syntax[/B] Response.Redirect URL [B]Parameter Description[/B] URL Required. The URL that the user (browser) is redirected to
Tack!