> I have one JSP application and I wish to open up another 
> window in JSP.  I was told to specify target="_window" in the 
> url to pop up the JSP.  Where do I put this?  If my jsp is 
> test.jsp, to I say.
> http://localhost:8080/test.jsp target="_window"
> Can someone suggest the proper format for the URL?

If you are using an href for the link then use
<A HREF="test.jsp" TARGET="_window"></A>

BTW, you can put anything you want in TARGET as long as it is
not a current frame or one of the default definitions( blank,
top, ...).


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

Reply via email to