From: "Tony Panza" <[EMAIL PROTECTED]> Subject: RE: Custom Javascript control problems in IE I am experiencing the same problem Steve Hodgson describes as well. I have been able to successfully use the RealPlayer JavaScript methods as described in the Embedded RealPlayer Extended Functionality Guide with Netscape (v 4.08). However, when trying the exact same page with Internet Explorer (v 4.01) I get a script error dialog box saying "Object doesn't support this property or method". The exact code I'm using is this: < input type="button" value="Change Track" onClick="document.jbox.SetSource(document.myForm.trackmenu.options[document. myForm.trackmenu.selectedIndex].value);" > How can I get this to work with IE? It is very important to me that the effect achieved with the above code works with both browers. Does Microsoft offer any kind of upgrade/fix/patch that would allow the RealPlayer JavaScript methods to work with its browers? If so, I really hope it doesn't require upgrading to IE5... Any type of help or information regarding this topic would be greatly appreciated. Thanks, Tony Panza
