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

seb seb at members.evolt.org
Thu Oct 25 18:54:55 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" );


change that last line to:

graph.getAppletContext().showDocument( url, "rightTop" );


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


good luck,

Seb.





More information about the thelist mailing list