> For example my JSPs reside in WebApps/xxx/jsp and my servlet 
> context is
> webapps/xxx/servlet.
> When I open the window
> the browser has http://igce.gov/xxx/jsp/ /xxx/servlet/update in the
> Location bar of the browser
> 
> Can I even do this in JavaScript? or do I need to forward the servlet?
> If so how do I get it to do it in a new Browser Window?

Are you using relative paths?

If you could give a snippet of code that might help diagnose the problem
as well.  If you are using a <FORM> you could just set the target window
to NEW; I do believe and not have to worry about javascript or a forward.

---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

Reply via email to