Ok, I'll start by saying I am pretty new to HTML and brand new to
javascript so sorry if this question is phrased in a difficult to
understand way.
I have an html for that when a user clicks the submit button it will
run a remote cgi program and based on the response do one of two
things.
1. If the response contains "OK" continue the form submit.
2. If the response contains "NOGOOD" Cancel the submit and return to
the form.
Any help is greatly appreciated.
Thanks in advance!!!
javascript so sorry if this question is phrased in a difficult to
understand way.
I have an html for that when a user clicks the submit button it will
run a remote cgi program and based on the response do one of two
things.
1. If the response contains "OK" continue the form submit.
2. If the response contains "NOGOOD" Cancel the submit and return to
the form.
Any help is greatly appreciated.
Thanks in advance!!!
Comment