Forum Moderators: open

Message Too Old, No Replies

reading post data

         

sharyn

11:41 pm on Dec 21, 2004 (gmt 0)

10+ Year Member



I suppose I could be lame, but can anyone point to an example or post a short one on how to read post data with javascript?

Thanks a mill,
sharyn

jatar_k

4:47 am on Dec 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



why not just use PHP? ;)

sharyn

7:50 pm on Dec 22, 2004 (gmt 0)

10+ Year Member



Jatar_K,
I just have access to client-side scripting...

jatar_k

8:01 pm on Dec 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



well, I have been searching and readin in an attempt to help and everything I have found says

With METHOD="post" there's no way of accessing the data with client side js

sharyn

11:20 pm on Dec 22, 2004 (gmt 0)

10+ Year Member



Jatar_k,

Thanks soooo much for looking for me.. I couldn't even find that much... well, maybe a different approach....

- sharyn

orion_rus

8:52 pm on Dec 25, 2004 (gmt 0)

10+ Year Member



Sharyn
Javascript is a client side scripting, if u making post u need to send it to a server i think. If not, try not using POST, and may be if u can describe ur problem we can help you
Good luck to you

Rambo Tribble

2:30 pm on Dec 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Neither POST nor GET are terribly relevant to client-side scripting. From the client you have access to the entire form, all its elements and all its data, not just what gets sent by a submit action.