I need to do an HTTP call to this page for every bike (one) and wheels seq (many) combination in the database:
http://web_address/index.cfm?fuseaction=bike=444444&wheels_seq=1111
and get the form values from the database.
After this, submit this form programmatically with the form values by firing the Send button on the page.
What are your suggestions to complete this task?
Thank you!