i have this kind of link that will open a new window:

    <a href="test" class="redbold"
    onClick="TestWindow=window.open('?LINK.do?','TestWindow', 
'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,
         width=620,height=250,left=20,top=20'); return false;">
    Test Link</a>

i wan't to be able to transfer my current session to the new browser? what tag should 
i use so that i can passed the current sessionid in the ?LINK.do? ?

or is it possible to use <html:link> tag that has a new window with my parameters in 
it?

thanks a lot...

Reply via email to