iCents.net allows the Internet user to make payments by clicking a paid-link.
In summary, when the Internet user hovers the mouse over the paid-link, the price to be paid is displayed. When the Internet user clicks the paid-link, the price displayed will be charged using the iCents Payment Window. When the payment process is completed, access to content is unlocked.
In HTML code, a link is created using the <a> tag and a few other attributes.
For instance, in the <a href="index.html"> tag, the href attribute is used.
To create a paid link, you can simply use the icents attribute.
For instance, <a href="index.html" price="US$ 0.10"> is a paid-link.
In addition, iCents.net allows for using many other attributes that are exclusive to paid-links and have several functionalities.
Below you will find a detailed description of all attributes that are unique to the paid-link: