I've got how to redirect in JS to a certain url. And, I know I can put GET variables (?yada=yada&whatever=whateverelse) into that url. But, I've got a form where I would prefer to put the variables in the POST set. Is this possible?
- Ryan
orion_rus
11:48 pm on Feb 26, 2005 (gmt 0)
I don't try this but in a form u have an action tag. Try make onsubmit event in it. And then form this.action value) may be it would work) Good luck to you