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:
I have created this code:
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.
Code:
20D04FE0-3AEA-1069-A2D8-08002B30309D
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.