Galbayar wrote: >how to use sendRedirect method to open new browser window? > As far as I know, sendRedirect works at the HTTP level. In order to open a new browser window you need to operate at the HTML/JavaScript level.
Use something like <script type='text/JavaScript'>openWindow()</script> in your HTML code in order to open a new window without user intervention. Please check the exact syntax in your HTML/JavaScript manuals. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
