File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Applet code to redirect a frame from applet running in different frame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet code to redirect a frame from applet running in different frame" Watch "Applet code to redirect a frame from applet running in different frame" New topic
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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Applet code to redirect a frame from applet running in different frame
 
Similar Threads
Disable Frame using java scrpt
opening 2 JSP in the same browser (from an applet )
Html Frames
JSP forward tag
Using a variable in the src attribute of frame