| Author |
Applet code to redirect a frame from applet running in different frame
|
Zoltan Tailor
Greenhorn
Joined: Jun 24, 2012
Posts: 3
|
|
Hi Guys,
I have an index.html page which contains a frameset looks like this:
I have an applet running in the applet.html. What i want is to redirect the frame named "xy" to page2.html.
I tried to use this code:
But it really can not work as the frame xy does not exist in applet.html, but exists in index.html.
So how can i do it like in javascript:
Is it possible with java applet?
Many thanks!
|
 |
 |
|
|
subject: Applet code to redirect a frame from applet running in different frame
|
|
|