Re: Pulling up data in a pop up window

2011-11-04 Thread MiB
4 nov 2011 kl. 10.37 skrev ANTARA PAUL CHOUDHURY (IT DEPT.): I am trying to pull up a new window by using window.open.I used the following function: That's a javascript function. Struts is server-side as is your data. Where is your connection to Struts? /MiB

Re: Pulling up data in a pop up window

2011-11-04 Thread Brian Thompson
4. Antara, why did you forward your message to struts-user-unsubscr...@jakarta.apache.org and struts-user-h...@jakarta.apache.org??!? That's a move that doesn't make any sense. Brian On Fri, Nov 4, 2011 at 8:07 AM, Brian Thompson wrote: > First, I'd say this isn't really a Struts question. >

Re: Pulling up data in a pop up window

2011-11-04 Thread Brian Thompson
First, I'd say this isn't really a Struts question. Second, it looks like you're not submitting the data in the current page to the page you're calling in window.open. Third, ew. Using a popup is usually a pretty user-hostile design choice (people get confused about why the Back button is suddenly

Pulling up data in a pop up window

2011-11-04 Thread ANTARA PAUL CHOUDHURY (IT DEPT.)
I am trying to pull up a new window by using window.open.I used the following function: function tosubmit(){ if (document.forms[0].condition.checked == true){ window.open("/RoseValley/newrenewalbusiness.do?print=Y","","toolbar=no,menubar=no,height=700,width=900,left=60,top=0,sc

Pulling up data in a pop up window

2011-11-04 Thread ANTARA PAUL CHOUDHURY (IT DEPT.)
I am trying to pull up a new window by using window.open.I used the following function: function tosubmit(){ if (document.forms[0].condition.checked == true){ window.open("/RoseValley/newrenewalbusiness.do?print=Y","","toolbar=no,menubar=no,height=700,width=900,left=60,top=0,