Originally posted by Aman Rustogi:
Hi,
I've a parent HTML page from which i'm invoking a child window (html) and i need to both these pages to communicate with each other. The child window has a certain set of codes which when selected should populate a combo box in my parent html window.
How do i go abt doing this? plz help me
Thanking you in advance...
Aman Rustogi
Hi there
If your using javascript, couldn't you just use the
opener object to target the parent window?
Jaime