Click to See Complete Forum and Search --> : how do i find out if a button on a form in a child window has been clicked from a par


suganya
10-30-2003, 01:40 PM
how do i find out if a button on a form in a child window has been clicked from a parent window?...

Khalid Ali
10-30-2003, 08:37 PM
you can capture events in child window and falg the parent abbout it...

fredmv
10-30-2003, 10:30 PM
Assign an event handler on the button in the child window from the parent window.

suganya
10-31-2003, 09:49 AM
i know we could refer to the parent window frm the child window as parent.something.....

how does the syntax go for referring to the child frm the parent?...

Khalid Ali
10-31-2003, 01:41 PM
top.opener.document.....

suganya
10-31-2003, 01:58 PM
sorry to ask you again, i am not quite sure if i was clear in my question....

i want to refer to this javascript variable in my childwindow from the parent window....

how do i do this?..

thanks for ur replies...