This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Add CheckBox Dynamically from child window to Parent Window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Add CheckBox Dynamically from child window to Parent Window" Watch "Add CheckBox Dynamically from child window to Parent Window" New topic
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
    
    6
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Add CheckBox Dynamically from child window to Parent Window
 
Similar Threads
Multiple Select box Problem
adding and deleting a row in html
send values from javascript to servlet
Populating fields on a webpage based on the remote webpage data
Ajax form submitting