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 / 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 |
What are different types of scope chain available in javascript?
Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?
Define a named function in javascript.
How do you write an event emitter base class that allows you to add event listeners?
Can javascript code be broken in different lines?
When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.
What is the function of delete operator?
Explain the process of document loading.
How javascript sort function works?
Explain the role of deferred scripts in javascript?
What is client side programming?
Explain the difference between call() and apply()?