Click to See Complete Forum and Search --> : showModelessDialog


Rxyz
04-07-2006, 10:51 AM
showModelessDialog('<html:rewrite action="/PrepareAddAcct.do"/>', window,"status:false;resizable:yes");

I am using the above, the new window pops up but there is no, maximize button at upperright corner. no, toolbar menu and all. how to get all those?

Also, how to change the title of window using this.

Thanks.

ray326
04-07-2006, 11:37 AM
Dialog boxes by definition are not resizable.

felgall
04-07-2006, 06:20 PM
Is this for an intranet that only runs Internet Explorer.

Sounds like what is really wanted is a regular window using a window.open call.

ray326
04-07-2006, 06:58 PM
Looks like some kind of Struts thing but I've never seen that method.

felgall
04-08-2006, 04:53 AM
No it isn't struts, it is JScript (Internet's proprietary version of Javascript that has lots of additional commands that other browsers don't understand).

ray326
04-08-2006, 12:00 PM
'<html:rewrite action="/PrepareAddAcct.do"/>'
That's Struts. Yeah, I assumed the method was proprietary Jscript but if that line could be inside of a JSP Java code block <% ... %>.