Hi,
Does anyone know how to pass variables from a link to another page? I don't want to use a form (I can't because the link will be within another form).
I can not use a querystring as I will be passing through a description which might be too big, and might also include some &'s. I will be using netquotevars to build the script/href tag on the fly.
I am wondering if PHP or Javascript could be used?
Any Ideas?
Thanks,
Paul.
Does anyone know how to pass variables from a link to another page? I don't want to use a form (I can't because the link will be within another form).
I can not use a querystring as I will be passing through a description which might be too big, and might also include some &'s. I will be using netquotevars to build the script/href tag on the fly.
I am wondering if PHP or Javascript could be used?
Any Ideas?
Thanks,
Paul.
Comment