[thelist] java problem................

Minh Tran mm80xx at optushome.com.au
Thu Oct 25 18:35:03 CDT 2001


Hi guys, i got a little problem i hope you guys can help me with........ i'm
trying to figure out a way to open a url address in a certain frame through
a java applet.
the current code i've got to open a frame looks like this but it doesn't go
into the fram i want to.... it opens the url in a new window which i
dont'want.
try
      {
       url = new URL("www.just an example/"  + url_name + ".php");
      }
      catch (MalformedURLException e){}
      graph.getAppletContext().showDocument( url, "_Top" );


They location that i want to open the url in is called rightTop. Can someone
help me figure this out





More information about the thelist mailing list