Click to See Complete Forum and Search --> : Remote procedure call withing web page


jub7
02-13-2003, 06:32 AM
Hi
Given:
A user submits a form that is processed by an external procedure (not in my control) https://etc...
The procedure returns a text line eg "1,,4.4"

I have to do the following;

Upon clicking the form button I would like to
- load the new confirmation page
- call the procedure
- process the results line and display the results on the confirmation page.

I am wondering if I can get away with using something like Iframe, and without employing asp etc.?