I can think of a round-about solution: Create and send a 'confirmation' page to the user. While it looks like a confirmation page to the user, it would actually have a Form with 'action' which points to the external URL, HiddenField elements which will carry the values and static text fields to give the user the 'satisfaction' of doing a confirmation. And when the user 'confirms' the form goes to the external URL. Aby -----Original Message----- From: Bhaskara Reddy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 17, 1999 9:37 AM To: [EMAIL PROTECTED] Subject: [ND] How to POST something to an URL from onWebEvent() of a button? Hi, I am collecting user information when user clicks a button (in onWebEvent()). I have to store this to the database and then use POST method (not GET) to send part of it to an external URL which also takes a specified returnURL to return the results via POST method. Now, how can I send this information to the external URL and how do I recieve the information from it. Any help is appreciated. -Bhaskara Reddy. ________________________________________________________________________ _ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED] _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
