ND does not need to provide a way to communicate with external URLs, 
because you can do this with vanilla java.

Check out the package java.net.

We have an ND app that accepts search parameters, opens a url to an 
external website (not ours and not ND), pulls down the results, displays 
them to the user, and then loads the ones that were checked off by the user 
into a data base table.

-- Curt Springer, Team ND


At 06:18 AM 8/18/99 -0700, Bhaskara Reddy wrote:

>Thanks Aby.
>
>Your suggestion may work for most cases but in my case I am actually 
>collecting
>credit card and address information from order page. If I store this info 
>into the database
>as order information and give the user a 'confirmation page' and user 
>chooses not to confirm
>the order (cancel), I will have to delete the database entries. Besides 
>there are other
>complications due to this approach as I also have to send email etc. on 
>each order.
>I am surprised NetDynamics does not provide a way to communicate with 
>external URLs.
>I also need to receive POSTed information from outside. Do you have any 
>suggestions.
>
>Thanks,
>Bhaskara.
>
>Aby Mathew <[EMAIL PROTECTED]> wrote:
> >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-----
> >Sent: Tuesday, August 17, 1999 9:37 AM
> >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
> >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]

_________________________________________________________________________

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]

Reply via email to