how do i add target attribute in JSP
843838Sep 15 2006 — edited Sep 15 2006Here is a sample piece of code from my jsp page.
I want to change the target attribute so that the link opens in a frameset style.
I dont want it to open in new window or to open it in the same window. I have a html page which has frameset defined.
<ui:treeNode id="Node1_1" text="Sun Microsystems, Inc." url="http://www.sun.com" target="external">
Thanks in advance.