View Single Post
  #2 (permalink)  
Old 06-18-2003, 12:17 AM
dcasmr dcasmr is offline
Junior Member
 
Join Date: Mar 2003
Posts: 55
I don't know JSP , however, if you want a module to display in a new window this will work:
<a href=\"mymoduledir\" target=_blank>".ModuleName."</a>
\n";
I guess the key is using target=_blank when invoking the module. I use this piece to display gallery in a new window previously.

My one cent.
DCASMR
Reply With Quote