posting variables using redirect
hi
how can i pass three variables in response.redirect statement?
i've did it for one and its work but how can i do it for three?
Response.Redirect ("sellparts.asp?ID=" &ID)
the rest of variables are:
offer=&offer
flagnew=&flagnew
thank you
|