Re: changing query string

2001-01-24 Thread darren chamberlain
Vincent Apesa ([EMAIL PROTECTED]) said something to this effect on 01/23/2001: > Hello all, > I'm trying to modify the query string from the client before sending it > off again. I would like to do something like so: > > http://www.xyz.com?one=1 and modify the uri to > http://www.xyz.com?one=

changing query string

2001-01-23 Thread Vincent Apesa
Hello all, I'm trying to modify the query string from the client before sending it off again. I would like to do something like so: http://www.xyz.com?one=1 and modify the uri to http://www.xyz.com?one=2 the problem is I'm not sure how to reference values in the query string. I would like to