
Passing Javascript/VRML events between frames
Quote:
> Can I pass events between _frames_ in one window?
> I'd like to have VRML control buttons in one frame (perhaps in an HTML
page
> there; or perhaps as VRML objects checked by ECMAScript or JavaScript
> nodes ), and the VRML world in another frame within the same window.
Absolutely. It's even in the spec as an example for the Anchor
node. Use "parameter 'target=TheOtherFrame'.
--
Bob & Kelly Crispen
"And I observe, when any Yahoo comes from London out of Curiosity [to]
visit me at mine own House, we neither of us are able to deliver our
Conceptions in a Manner intelligible to the other."
----------------------------------------------------------------------------
----
I wonder if you know of any worlds where this is done?
I've anchored between frames, but event-passing requires access to the
labels created, in the other frame's world, with DEF statements. That's
what's throwing me - how to access those "otherFrame" labels!
Any leads are very appreciated!
Thanks,
Bob Greer