In my app., I have a link (<a...> tag) to call a javascript to open a child
window:

function openit(myjsp) {
        winprops = 'scrollbars,resizable,menubar';
        win = window.open(myjsp, 'childwin', winprops);
}

The problem I have is window.open takes myjsp from its current path,
eventhough I had set <html:base/> in my template.  How can I set window.open
to behave like html:base since myjsp.jsp resides in [myapproot]/jsp/?

Thank you very much in advance for your time.

Regards,

Thinh


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to