Track Clicks on Element With Expando Property

Track Clicks on Element With Expando Property

Browsers Targeted: Internet Explorer 4 and 5

With Internet Explorer 4.0 and above, you can create an arbitrary property on any HTML object. This property, called an expando property, stays associated with the object as long as the object exists. For example, if you wanted to keep track of the number of times a given element has been clicked, you could create an expando property called clickCount that would retain the information for that element:

 
 

Click on a line to change its count:

This line has been clicked 0 times.
This line has been clicked 0 times.
This line has been clicked 0 times.

You can retrieve and set the values of an expando property with the .getAttribute and .setAttribute methods. SetAttribute will also add an expando property if one doesn’t exist, so you should use this method carefully?it is possible to misspell a property (including using the wrong case) and end up with a property you didn’t intend. You can turn the ability to use expando properties on or off with the document.expando property. When expando is true, you can create new expando properties; with it off, you can’t, nor can you access the values of any expando properties you’ve previously created. Note that expando only applies to HTML objects?VBScript objects don’t support it in any currently available implementation.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes