On 2004-10-07 (22:10) Miguel wrote: >Adriano wrote: > >>Hi all, I can't manage to use links in one frame to execute scripts >>by the applet in the other frame, same window. Is it possible at >>all, and, in case, how? > >Be advised that some browsers may have problems when going across >frames. > >This probably will not happen when you are using JavaScript. > >So the following probably only applies to applet-to-applet >communication: > >But some browsers will not let applets in one page talk to applets >in another pages. This is because the applets that are in two >different frames are not on the same page. Therefore, this was >considered a security violation. > >Netscape 4.7* has this issue. And I think that Konqueror has this >issue .... and if that is true then it probably will affect Safari >too. >
you could try putting your executeScript javascript function in the frameset document (parent). call the function from a button in frame 1, but have the function send the script to the applet frame2. I have never had trouble talking across frames to plugins, but then again, plugins aren't applets, either. ;-) regards, tim -- Timothy Driscoll molvisions - see, grasp, learn. <http://www.molvisions.com/> usa:north carolina:wake forest ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

