View Full Version : Form submition using post
gmorphus
09-16-2002, 11:01 PM
Hi,
I wantes to know of it is possible to submit a form using the 'post' method, and let JS read it on the detination page.
I don't want to use 'get'...
Thank you in advance,
Guy
boywonder
09-17-2002, 12:07 AM
Not possible as far as I know... Only way to send data from page to page is to append it to the URL (get method), when you're using only javascript.
gmorphus
09-17-2002, 12:18 AM
Thank you for your answer.
If anyone else have a defferent answer I would love to hear about it...
Thanks.
glenngv
09-17-2002, 01:52 AM
boywonder is correct. Javascript can't read POST data, you need a server-side language to do it. Maybe you can explain what you actually wanted so we can think of a javascript solution.
If you submit a form in another window or frame, you can read the data in the form from the child window or frame. If this suits your need, then tell us.
gmorphus
09-18-2002, 06:20 AM
thank you. i understand.
glenngv, your solution isn't good for me. It is no big deal though, i have came up with a sufficient solution.
thanks.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.