I have a form with some inpu fields (text fields), a couple of radio buttons, a submit button, and that's it.
How do i manage to implement the form submission using code? I mean, once i click the submit button nothing happens, also i expect to receive back from the server a Code=0 if everything went fine or Code=1 if the data was incomplete and Code=2 if there were and error on server side (this server side functionality is already done).
I have read about geturl and LoadVar functions, can anyone shed some light to me on this topic?
I need to know how to read the typed text from each field, send it thru POST to a given URL and then get the return code and show an according message.
2007-01-27
00:39:39
·
1 answers
·
asked by
Cat 9
6
in
Programming & Design