Yeah, nesting framesets inside framesets makes the javascript pretty tricky.
Have a look at
src/main/org/h2/server/web/res/frame.jsp
and
src/main/org/h2/server/web/res/header.jsp
I'm guessing you'll need to make modifications so that the javascript
event handlers use frame-relative variables e.g. "parent" instead of "top"
On 2012-12-14 03:17, Ryan How wrote:
Hi,
I've embedded the web console in an IFrame on another page within my
application. It seems the auto complete and clicking on a table to
insert it into the query doesn't work. It doesn't seem to like not
being the top level frame?
Thanks, Ryan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.