webmasterbeta
New Member
Hello,I have a web page with two Frames. The left frame is a Java Applet Treeview,and the rigth frame is where I need to load a web page, depending on wherethe user clicks in the Treeview Applet.How can I accomplish this, using Java and ASP? Also, would using Servlets/JSPhelp me solve this problem? The problem is not simply one of loading a webpage upon a click event, but loading it in the Frame on the right hand sideof the page. In HTML, I would simply provide the "Target=<Frame Name>" Argumentin the HREF, but I can't seem to find a way to do this in Java.Thanks very much,Reuben Cleetus.