This is my currect script:
yeah ... so basically i have a popup window with a select and text box in there and i need the select box to say the value of the parents' style from <div id=title>.
This script above doesnt work ... someone help!
Code:
document.main.title.value = window.opener.document.getElementById('title').innerHTML; thebox.colour.selectedIndex = window.opener.document.getElementById('title').style.color;
This script above doesnt work ... someone help!
Comment