Can any one tell me about s_objectID used for the anchor tag
why it is used, what for and how to use it properly.
with an example...please please......
Answer Posted / dan burke
It is used for web analytics. By having a unique ID
associated with each link, it makes web analytical programs
like SiteCatalyst better able to track how many users are
clicking on each link on your site, etc.
Check out my blog for more tips at
ProgrammerBurke.blogspot.com
And my web company at Quasitime.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference == and === in javascript?
Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?
Have you used any browser for debugging? If yes, how is it done?
To write messages to the screen without using "document.write()"?
Explain arrow functions?
What is purpose of onerror event handler in javascript?
Mention what is the disadvantage of using innerhtml in javascript?
Why do we need javascript?
What is the purpose of local variables?
Which operator is used to assign a value to a variable?
What are the boolean operators supported by javascript? And operator: &&
Is Javascript a Functional Programming Language?
How to associate functions with objects using javascript?
How can we establish connection with java and sql server?
What is event bubbling and capturing in javascript?