hello,
I am trying to do a response.redirect to dynamic page
I have tried this
what I want to accomplish is that the redirect will take me to
or whatever else number
this is the error I get
I am trying to do a response.redirect to dynamic page
I have tried this
Code:
Response.redirect("<href=""parts.asp?id=")Response.Write (rspart("id"))Response.Write (""">" & rspart("id"))
what I want to accomplish is that the redirect will take me to
Code:
parts?id=2
this is the error I get
Code:
Expected end of statement
/kl/update/partsupdate_entry00.asp, line 114, column 42
Response.redirect("<href=""parts.asp?id=")Response.Write (rspart("id"))Response.Write (""">" & rspart("id"))
-----------------------------------------^