| Author |
Window.open
|
Sanjib Sahoo
Greenhorn
Joined: Mar 28, 2006
Posts: 1
|
|
when i open a new window from a jsp page like this <form><a href="javascript:window.open('<%=request.getContextPath()+ "/modules/symbol_search/index.jsp"%>','','status=yes, resizable=yes,toolbar=yes,scrollbars=yes,width=700,height=390, left=150,top=100');void('');">Symbol Search</a></form> this works fine... and i have put everything in one line without spaces/ But when i make a portlet in weblogic Portal8.1 out of this jsp, the page is not opening. Ne suggestions? [ March 28, 2006: Message edited by: Bear Bibeault ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56212
|
|
|
Showing us the JSP source isn't all that useful. What is the rendered HTML? Are they different in the two cases where one works and one doesn't?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Window.open
|
|
|