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

Hassan Schroeder hassan at webtuitive.com
Thu Oct 25 18:47:04 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

?  Uhhhhh -- wouldn't
  
	graph.getAppletContext().showDocument( url, "rightTop" );

   be a lot more likely to work?  :-)

-- 
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com 
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --




More information about the thelist mailing list