Balage,
> If I use the iframe version, everithing is all right regarding the > presentation. The qooxdoo part is separated into a physically existing html > file as loader and the form opens as it should. However, till now, I was > unable to pass the session id to the inline iframe, so the qooxdoo part lose > the information. > A simple way of dealing with this would be passing the session id as an URL parameter. So when loading the iframe, rather than setting its url to "http://.../index.html", use "http://.../index.html?session_id=4711". In the qooxdoo app, you can then read the url parameter (from window.location) and use it. T. ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
