Hi,
If I've read your question correctly, you could use Javascript to make an asynchronous XMLHttpRequest to the external page url with the form data you want to send. You could handle the reply silently, so the user would be unaware. Although they would know if they were monitoring their network traffic closely, but generally speaking they would get no real indication from the browser that the data was being sent.
regards,
Psyberion.
Main Topics
Browse All Topics





by: sybePosted on 2009-10-22 at 12:07:52ID: 25637806
1. Do a post with server-side code
2. Do a client-sidepost with javascript (xmlhttp)
3. Do something with a hidden frame