Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 4 of 4 total |
How To Return A Result From A Form? |
Fri, Nov 9 2018 5:32 PM | Permanent Link |
Frederick Chin | Is it possible to return a result from a EWB HTML page?
For example, a user calls my HTML page and HTML page calls the web server to do something and the web server does something and returns "OK" to the HTML page. The HTML page is then suppose to return "OK" as the result. Is this doable? -- Frederick |
Sat, Nov 10 2018 6:04 AM | Permanent Link |
Mark Brooks Slikware | Frederick Chin wrote:
<<Is it possible to return a result from a EWB HTML page? For example, a user calls my HTML page and HTML page calls the web server to do something and the web server does something and returns "OK" to the HTML page. The HTML page is then suppose to return "OK" as the result.>> On the assumption that you wish to communicate between web apps e.g. two different EWB apps then you could use the query string element of the URL to pass information back and forward. So app1 could launch app2 via its URL which in turn could revert to app1 via its URL + a query string to pass information back. |
Sat, Nov 10 2018 10:57 AM | Permanent Link |
Frederick Chin | Mark Brooks wrote:
/* On the assumption that you wish to communicate between web apps e.g. two different EWB apps then you could use the query string element of the URL to pass information back and forward. So app1 could launch app2 via its URL which in turn could revert to app1 via its URL + a query string to pass information back. */ There will only be one application to respond to the call from the web browser. In this case, app1 must respond with an "OK" message once some processing has been carried out successfully. I see having to use a server scripting language such as PHP to be necessity. -- Frederick |
Mon, Nov 12 2018 2:31 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Frederick,
<< Is it possible to return a result from a EWB HTML page? >> Not really. You would, typically, want to use the web server as the intermediary between various *client* web applications. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Tuesday, December 10, 2024 at 04:57 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |