Why do we call the automatic link, because without us click on this link will open by itself. Point your mouse over the link, the link will open a new page.
If the previous link made like this <a href="http://URL"> information </a> then the automatic link is only added the code: "onmouseover =" window.location = this.href ".
If combined the results as below:
<a href="http://URL"onmouseover="window.location=this.href"> information </a>
Examples of automatic link:
<a href="http://actionnn.blogspot.com/2009/11/how-to-make-link.html"onmouseover="window.location=this.href">How to make link</a>
Below is the result of writing the link above, if you want to know the results point the mouse over the link:
How to make link

No comments:
Post a Comment