View Single Post
Old Jan 6th, 2005, 10:12 AM   #3
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
That code wouldn't work for me. The error was "getElementByID is not a function."

how ever i did take a look at how opener works and got it to run just fine. I used the Code:

window.opener.document.MyForm.MySelectBox.options[MyIndex].selected = true;

Thanks for your help.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote