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
, 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
: 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
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
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
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
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
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
8 matches
Mail list logo