Go Back   CodingForums.com > :: Client side development > JavaScript programming > DOM and JSON scripting

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-18-2008, 12:48 AM   PM User | #1
Ducatti
New to the CF scene

 
Join Date: Nov 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Ducatti is an unknown quantity at this point
Question Get Object by classid

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.
Ducatti is offline   Reply With Quote
Old 11-18-2008, 02:10 AM   PM User | #2
A1ien51
Senior Coder

 
A1ien51's Avatar
 
Join Date: Jun 2002
Location: Between DC and Baltimore In a Cave
Posts: 2,717
Thanks: 1
Thanked 94 Times in 88 Posts
A1ien51 will become famous soon enough
what if you tried something like:

document.getElementsByTagName("object")[0].yourAttribute

Eric
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]
A1ien51 is offline   Reply With Quote
Old 11-18-2008, 03:05 AM   PM User | #3
Ducatti
New to the CF scene

 
Join Date: Nov 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Ducatti is an unknown quantity at this point
Thanks, I found the classid by using
alert(document.getElementsByTagName("object")[0].classid);

The only catch is that I want to know if the Add-on is loaded or not.
When I run the above code it reports the classid whether it's loaded or not.

But I found an answer:
http://developer.apple.com/internet/...ctplugins.html

Last edited by Ducatti; 11-18-2008 at 07:38 AM.. Reason: Found solution
Ducatti is offline   Reply With Quote
Reply

Bookmarks

Tags
classid object

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:53 PM.


Advertisement
Log in to turn off these ads.