I have a popup window that I click values from and depending on the value I want to change the value of a selection box class value in the parent window.
I have the name of the selection element but don't know how to reference the class attrib ?
window.opener.document.getElementsByName('options[911]')
Any ideas