Remote procedure call withing web page

admin

Administrator
Staff member
Hi
Given:
A user submits a form that is processed by an external procedure (not in my control) <!-- m --><a class="postlink" href="https://etc..">https://etc..</a><!-- m -->.
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.?
 
Back
Top