Hi,
I am just starting out and I would greatly appreciate any help. Here's what I'm looking for:
I have to access a site on a separate pop up, using innerHTML, test 2 fields by ID on the pop up. Repeat the process up to five times or until the condition is satisfied. If the condition is not satisfied, close the pop up and retrieve the next.
- The fields and condition: (Amount > $1,000) OR (Total > $10,000)
- Controlling the iterations: Increment RecID by 1 of the HTTP:
The initial RecID will be provided by the user in the Main window. After each execution populate this field with the latest value.
- Main Window - I guess a button and an input field.
Note: Only 1 pop up window open after each execution.
Thank you,
Rick
I am just starting out and I would greatly appreciate any help. Here's what I'm looking for:
I have to access a site on a separate pop up, using innerHTML, test 2 fields by ID on the pop up. Repeat the process up to five times or until the condition is satisfied. If the condition is not satisfied, close the pop up and retrieve the next.
- The fields and condition: (Amount > $1,000) OR (Total > $10,000)
- Controlling the iterations: Increment RecID by 1 of the HTTP:
The initial RecID will be provided by the user in the Main window. After each execution populate this field with the latest value.
- Main Window - I guess a button and an input field.
Note: Only 1 pop up window open after each execution.
Thank you,
Rick