id="watchcomp.lang.javascript@62fc29b86239eb3c"> Huh?

  • Thread starter gimme_this_gimme_that
  • Start date
G

gimme_this_gimme_that

When an achor tag is defined like this - what might be going on?

Why would someone assign the id a value associated with a JavaScript
method? Or is something else going on?

This comes from a Google Groups web page.

<a class=st
id="watchcomp.lang.javascript@62fc29b86239eb3c">something</a>

Thanks.
 
T

Thomas 'PointedEars' Lahn

When an achor tag is defined like this - what might be going on?

There is no such thing like "an anchor tag". The code below is an (X)HTML
anchor (an [X]HTML `a' element without defined `href' attribute value but
with defined `name' or `id' attribute value), period.
Why would someone assign the id a value associated with a JavaScript
method?
Unknown.

Or is something else going on?
Yes.

This comes from a Google Groups web page.

Incidentally, at least client-side Google code is strongly recommended
against as positive Web development reference base around here.
<a class=st
id="watchcomp.lang.javascript@62fc29b86239eb3c">something</a>

So there is an *invalid* `id' attribute value (the character `@' is not
allowed in there[1]) that contains the name of this newsgroup, which
contains the string "javascript". I wonder how you came to the conclusion
this would have anything to do with scripting. It would have to contain
"javascript:" to have even a remote chance of doing that.

[1] http://www.w3.org/TR/REC-html40/struct/global.html#adef-id
http://www.w3.org/TR/REC-html40/types.html#h-6.2

PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top