Topic awaiting preservation: Parsing Form Post with Javascript |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 11-18-2002 22:32
Hello, |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-18-2002 23:00
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Phoenix |
posted 11-18-2002 23:26
Oh shoot... I may have not asked my question well. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-18-2002 23:31
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-19-2002 00:01
Oh, I think what he's saying is when you post a form and then it gets appended to the URL like |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-19-2002 18:02
I think he's got that method down (I mean retrieving from forms posted with the GET method). |
Bipolar (III) Inmate From: Phoenix |
posted 11-19-2002 19:40
Correct, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-19-2002 19:52
Oh, yeah, you can't do that with javascript. The form variables are sent to the server, but the server doesn't send them back with the response, so the javascript has no way of getting to them. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-20-2002 10:35
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Phoenix |
posted 11-20-2002 18:38
I should describe better what I am trying to do, actually I've asked something similar before, however I was actually passing variables in the querystring so they weren't getting lost on the roundtrip to the server. However, this time around, we are performing a form POST. |