CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 PHP. Return values: from popup window into one row of an Editable Grid... any idea?

Print topic Send  topic

Author Message
carlo
Posted: 03/27/2003, 4:10 PM

Hi,
I have an editable grid with a "link" in each row that opens a popup window.
I recive back the values for the fields (in the row) from the popup window
with this function:

function SetOpenerValue(EmpName)
{
window.opener.document.st_ordine.emp.value = EmpName;
window.opener.focus();
window.close();
}


the problem is this:
I have an editable grid! so the name of the control in the row is not
"emp" but
"emp_1" for the first row
"emp_2" for the second row
....

the popup window should know from what row (X) comes the href "link" and so
the popup window must return the correct "emp_X" value

ANY IDEA ??
Thankyou


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.