Yes, say you had a drop down list in the pop up window and a text box in the main page (that's in a frame but it works for me) using this javascript
window.opener.document.getElementById("myInputText").value = document.getElementById("mySelectElement").value;
hollystyles
Veteran Poster
1,188 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Skill Endorsements: 0
Yes using the same technique. But I can't give code because it depends how you are generating the checkboxes. You will need to post your code for me to see first.
hollystyles
Veteran Poster
1,188 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Skill Endorsements: 0
Question Answered as of 6 Years Ago by
hollystyles