Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Abbie Cohen   on Apr 01 In Java Category.

  
Question Answered By: Mike Stephens   on Apr 01

I had this same issue not too long ago..

From your Actionlistner implement this code...

try{
getAppletContext().showDocument(new URL(u),"main");
}catch
(MalformedURLException d)
{
System.out.println(String.valueOf(d));}

"u" is the URL of the page  you want in your frame and "main" is the
frame's name...give that a try

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on java menu workin with frames Or get search suggestion and latest updates.


Tagged: