RE: Need Help On Pop Up

2007-05-08 Thread Srinivasula Reddy A , Bangalore
yes -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 3:25 PM To: Struts Users Mailing List Subject: RE: Need Help On Pop Up It is working at my end. Have u specified correctly the form names and field values. n Have u used the function to

RE: Need Help On Pop Up

2007-05-08 Thread Kapil Sharma
, 2007 6:46 PM To: Struts Users Mailing List Subject: RE: Need Help On Pop Up Hi sharma, function updateParent(){ opener.document.form1.name.value = document.childForm.others.value; self.close(); return false; } In the above code the value is not reflecting in the parent jsp

RE: Need Help On Pop Up

2007-05-08 Thread Srinivasula Reddy A , Bangalore
: Tuesday, May 08, 2007 3:07 PM To: Struts Users Mailing List Subject: RE: Need Help On Pop Up //calling the child (popup ) window function fnOpenPopup (path, values) { CHECK_CHANGE = 1; if (childWin && !childWin.closed) { childWin.close(); } var params="toolbar=0,&qu

RE: Need Help On Pop Up

2007-05-08 Thread Kapil Sharma
will move to the name field of the parent Thanks and Regards, Kapil Sharma -Original Message- From: Srinivasula Reddy A , Bangalore [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 6:27 PM To: Struts Users Mailing List Subject: RE: Need Help On Pop Up No friend I need how to updat

Re: Need Help On Pop Up

2007-05-08 Thread Antonio Petrelli
2007/5/8, Nuwan Chandrasoma <[EMAIL PROTECTED]>: you a javascript , get the opener of the pop up and get element in that page and set the value As an addition to what Nuwan wrote, here is a simple example: http://www.w3schools.com/htmldom/prop_win_opener.asp Antonio

Re: Need Help On Pop Up

2007-05-08 Thread Nuwan Chandrasoma
AM Subject: RE: Need Help On Pop Up No friend I need how to update the parent jsp with the selected value of pop up jsp -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 2:50 PM To: Struts Users Mailing List Subject: Re: Need Help On Pop

RE: Need Help On Pop Up

2007-05-08 Thread Srinivasula Reddy A , Bangalore
No friend I need how to update the parent jsp with the selected value of pop up jsp -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 2:50 PM To: Struts Users Mailing List Subject: Re: Need Help On Pop Up 2007/5/8, Srinivasula Reddy A

Re: Need Help On Pop Up

2007-05-08 Thread Antonio Petrelli
2007/5/8, Srinivasula Reddy A , Bangalore <[EMAIL PROTECTED]>: Hi Struts User Community, ... In struts how I can do this please give me sample rough code of JSP, ACTION CLASS, ACTION MAPPING ELEMENT, and POP UP JSP CODE. It seems like homework! You're asking too much, friend. Try to searc