Open a CLSID in an URL

Glaanieboy

OSNN Veteran Addict
Joined
6 Mar 2002
Messages
2,628
I want to know how I can open a CLSID in an URL, like the CLSID for My Computer:
Code:
20D04FE0-3AEA-1069-A2D8-08002B30309D
I have created this code:
Code:
<A HREF="#" onClick="javascript:window.open('clsid:20D04FE0-3AEA-1069-A2D8-08002B30309D');">bla</a>

According to W3c.org the URL scheme for the CLSID is clsid:<clsid>, while omitting the { and }. But I can't use it in HREF, javascript window.open and location.href.

I use IE6.
 

Members online

No members online now.

Forum statistics

Threads
62,021
Messages
673,242
Members
5,640
Latest member
Kgkass
Back
Top