I am new to Struts usage and am trying to determine if it is possible to open a new browser window (an control its appearance) via an actionforward method.
I realize that the Action itself has no idea of the front end (the HTML/Javascript pages), but I am only familiar with opening new window and changing their appearance in Javascript. Is there a way to do this without Javascript? I have contemplated using the <body:onload> in my jsp page, but have found no way to manipulate the window once it is open (I am working in IE 5.0). Any help would be greatly appreciated. Thanks Courtney Villegas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

