I guess you could use something like this : 

<html>
<script>
function changeBrowser()
{
  window.open(attribs) //open new window with/without desired
attributes.
  //put focus onto new window
  window.close() //close the window that originated the request.
}
</script>
<body onload="changeBrowser()"></body></html>

this is the normal way of dealing with new windows.
-r

----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 5:08 PM
To: [EMAIL PROTECTED]
Subject: Forwarding JSP and Browser Options


When forwarding a JSP you loose the ability to change the browser
options
like removing statusbar, menubar, toolbar and locationbar as you do in
the
JavaScript OPEN function.  How can do this from either within my JSP
page
or from the servlet forwarding the JSP?

Thanks in advance

Jeff Sulman

Reply via email to