Hello, I ran into this problem that someone else posted, but never recieved a response. It's been over a year, so I'll repost his question to see if anyone has any insight. here goes: On this URL http://www.iol.ie/~locka/mozilla/mozilla.htm#plugin_impl, i found a plug-in to integrate an Activex with Netscape thanks to the <EMBED TAG> like this : <embed name="calendar" type="application/x-oleobject" align="baseline" border="0" width="200" height="300" clsid="{8E27C92B-1264-101C-8A2F-040224009C02}" param_backcolor="16776960">. The problem is in JavaScript : when i search to access with this object with the following line : document.embeds[0] i have the following error message : unable to reflect embed with index 1 - not loaded yet?. I tried : this setTimeout("alert(document.embeds[0])", 20000). I had the same message. Thanks, Andy Jones ( [EMAIL PROTECTED] )
