i want to know, how to create classid in <Object> tag?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
LuzzyRaabu
Forum Newbie
Posts: 6
Joined: Wed Jun 27, 2007 2:49 am

i want to know, how to create classid in <Object> tag?

Post by LuzzyRaabu »

hai,

i am working with Mac Os. i have a problem with this class id. so that i cant able to view some already written function, which is linkd by the class id. now, i created new functions. i want to implement it.

for eg,
<OBJECT classid=clsid:8E27C92B-1264-101C-8A2F-040224009C02 id=calendar
style="width:250px;height:150px;">

how they put the value for classid "8E27C92B-1264-101C-8A2F-040224009C02"

can [s]u[/s] you help me, to create the class id? it is very urgent

Regards
Luzzy
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT wrote:classid = uri [CT]
This attribute may be used to specify the location of an object's implementation via a URI. It may be used together with, or as an alternative to the data attribute, depending on the type of object involved.
8E27C92B-1264-101C-8A2F-040224009C02 looks like a COM/ActiveX GUID. That's something windows can look up in its registry to find the dll/exe/... that implements a certain component.
Are you writing a new component?


This has nothing to do with php.
Post Reply