Question : How to send a post request without user interaction

How can I send a HTTP post to a URL without  the user having to click on a hyperlink or button? The user ticks items from a list generated by a form and then submits the form. I then build up a POSt string for each ticked item using data from a database. I then want to do a post to an external URL for each ticked item without the user doing anything.

Answer : How to send a post request without user interaction

Sounds like a server.execute function.  Server.execute allows you to call external pages so you can call as many as you like without leaving the main page.  

Server.redirect will take the the user to the next page and not return to the calling page.
Random Solutions  
 
programming4us programming4us