Re: Open new browser window.

2006-01-03 Thread gramani
Matias Gomez Carabias [EMAIL PROTECTED] wrote on 01/03/2006 10:41:38 AM: 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

RE: Open new browser window.

2006-01-03 Thread Matias Gomez Carabias
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 12:45 PM To: MyFaces Discussion Subject: Re: Open new browser window. Matias Gomez Carabias [EMAIL PROTECTED] wrote on 01/03/2006 10:41:38 AM: Hi guys, I need a tip on how to open a new

RE: Open new browser window.

2006-01-03 Thread gramani
Matias Gomez Carabias [EMAIL PROTECTED] wrote on 01/03/2006 12:59:04 PM: Geeta, thanks for your reply, Ive solved using the following approach: h:commandLink id=dTSearch styleClass=aSearch > open('DocumentTypes.faces','','width=200,height=300,top=100,left=100') h:outputText value=Find

Re: Open new browser window.

2006-01-03 Thread Dave Brondsema
Matias Gomez Carabias wrote: 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