Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

How to recursively query a form untill a field is true..?

Question posted by: blazervinay14 (Newbie) on September 29th, 2006 05:55 AM
How do i recursively query a form with different set of values each time, get the output for that value (which is extracted from the server on submit) and run the script, by constantly changing values untill i get the value as true for a specific set of values. ?

eg,

a form with name and number,
for a given name, a specific number ( on submit), a field match in the next page will display true. for all other numbers it will display false.

so how do i run a script to keep changing the value of number and chk for the match until its true..?

thanx in advance.

vinay!
acoder's Avatar
acoder
Site Moderator
11,635 Posts
May 16th, 2008
06:18 PM
#2

Re: How to recursively query a form untill a field is true..?
To do this with JavaScript, you would need the page to be in the same domain and you can use an iframe to see the results and get its value.

Reply
Reply
Not the answer you were looking for? Post your question . . .
189,938 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top Javascript / DHTML / Ajax Forum Contributors