ASP 3.0:
I have a list of items (selected by checkboxes) that need to be submitted via POST to an HTTP form.
I can already cycle through all the items selected, however, each one of them then needs to be sent to another URL - without the user seeing the final destination or being aware of the additional call.
ie.
item 1: call item 2: call
I seem to recall something gabout using a hidden IFrame to do something like this, but can't recall.
Solutions?
I have a list of items (selected by checkboxes) that need to be submitted via POST to an HTTP form.
I can already cycle through all the items selected, however, each one of them then needs to be sent to another URL - without the user seeing the final destination or being aware of the additional call.
ie.
item 1: call item 2: call
I seem to recall something gabout using a hidden IFrame to do something like this, but can't recall.
Solutions?