hello there,
Is it possible to pass a hidden variable through a meta refresh??
Thank you for any help!
Jon
not that I am aware of. you can pass a variable, but its going to be in your URL. you can do it with a frameset...but there are probably better ways
Instead of a meta refresh, you could place a form on that page and have the form automatically submit with javascript: <body onload="javascript:formname.submit();">
It's not very pretty though...