| Author |
Add CheckBox Dynamically from child window to Parent Window
|
Manikandan Sundaramoorthy
Greenhorn
Joined: Apr 09, 2009
Posts: 12
|
|
Hi ,
My Parent Window Contain some N number of CheckBox and my Child Window Contain N number of CheckBox
if i checked some value in the child window i need to add to the parent windows
parent.html
child.html
when i checked "Item5" in the child window i need to add in the parent window.
Thanks and Regards,
Manikandan.s
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
well you can not use document.write after the page loads, so you will need to use appendChild()
What are you having trouble doing? Can you call functions in the parent/child? Do things in small steps.
Eric
|
 |
 |
|
|
subject: Add CheckBox Dynamically from child window to Parent Window
|
|
|