d~l
09-12-2004, 12:44 PM
Basic question.
I have navigation links in another Apache server (external to Laszlo Tomcat server).
On-click of each link on remote client page I need to pass a number of variables from that HTML page into the Laszlo running webapp.
e.g. one set of parameters might be the path to a node in an XML database to be retrieved in Laszlo webapp and content displayed.
e.g. 1.4.6.4.6.7.4 might be a path to a record
how best to pass these global variables to Laszlo?
.....
To help visualise this, consider two iframes displayed in browser in a client PC.
left iframe (navigation links) points to web app running on Apache / PHP server ..
right iframe points to Tomcat / Laszlo web app.
I need the links in left iframe (on-click) to pass parameters between the two servers, and target and change the content of right iframe.
I hope this setup is clear. Thanks.
I have navigation links in another Apache server (external to Laszlo Tomcat server).
On-click of each link on remote client page I need to pass a number of variables from that HTML page into the Laszlo running webapp.
e.g. one set of parameters might be the path to a node in an XML database to be retrieved in Laszlo webapp and content displayed.
e.g. 1.4.6.4.6.7.4 might be a path to a record
how best to pass these global variables to Laszlo?
.....
To help visualise this, consider two iframes displayed in browser in a client PC.
left iframe (navigation links) points to web app running on Apache / PHP server ..
right iframe points to Tomcat / Laszlo web app.
I need the links in left iframe (on-click) to pass parameters between the two servers, and target and change the content of right iframe.
I hope this setup is clear. Thanks.