My project is actually ASP, but I've boiled down my problem to JavaScript only. In fact, the code runs perfectly in Netscape and Mozilla, but fails in IE 6.0.2.
I must update the options list of a SELECT object from a newly opened browser window (from the same site). The new window generates a dynamic list from which the old list must be updated.
A very succinct illustration can be seen at
http://vvv.dph.state.ct.us/page1.htm
There you can see a test HTML/javascript page that will update the list from a second list on the same page, and also a link to update it from a new window. (click refresh after trying the first example.)
Is there a BUG in IE that's preventing me from updating from the new browser window? Or must I do some special coding to make it work in IE?