Skip to Content
0
Former Member
Oct 14, 2005 at 11:56 PM

Inputfield value for a tableView from a help window

43 Views

Hi,

I have a scenario here.

I have a main.htm and f4help.htm In main.htm i have a tableView with 5 columns. I used an iterator with which i defined columns. For the first column i rendered in this way. I made this cell as inputfield with a showHelp and 2 others non-editable and 2 others editable. for the first column i have a showhelp. so, Onvaluehelp i call a javascript to open a window (f4help.htm).

In f4help.htm i have a tableview. On selecting a row in this table view i want to copy the values to the inputfield in tableView of main.htm and also into the 2 other cells which are non-editable.

I want to copy all the 3 columns at once.

I have the code till opening a help window and selecting a row. After that i donno how to proceed. How to copy values to tableView in main.htm

is that possible? Let meknow how.

Thanks,

Shailaja