Hi guys, I need a tip on how to open a new window, let's say via an commandLink or outputLink with parameters, and set some properties to the new page, such as scrollbars=no, height, width, etc... If I have to do this via javaScript, hoy can I pass the parameters and call a backingBean? The idea is the following, pass some parameters to a backing bean via the f:param and call a backingBean method, and after the method is executed, to open a new window but with the properties described above.
Thanks a lot for your help Matias

