Ducatti
11-18-2008, 12:48 AM
How do I detect if an object is loaded ?, for example my javascript code is:
document.writeln("\<OBJECT classid=\"clsid:12510606-30FA-11D2-F383-434553540000\"");
etc
Also, when I give it an id it doesn't recognize it, i.e I can't see it in the DOM inspector. So I need to detect by classid, not id.
document.writeln("\<OBJECT classid=\"clsid:12510606-30FA-11D2-F383-434553540000\"");
etc
Also, when I give it an id it doesn't recognize it, i.e I can't see it in the DOM inspector. So I need to detect by classid, not id.