Three ways to make a link click only once

web front end eleven thousand three hundred and nineteen 15 years ago (2010-10-20)

Method 1: Use Javascript to make href "#" after clicking the link and make tag empty. [CODE_HTML]

Tuoyuan - professional original website of zblog theme template

[/CODE_HTML] Method 2: use Javascript to delete the href attribute after the link is clicked, so that the link becomes text. compatible IE6 , IE7,IE8,Firefox,Opera,Safari,Chrome。 [CODE_HTML]

Tuoyuan - professional original website of zblog theme template

[/CODE_HTML] Method 3: A way to set the href value and target value. [CODE_HTML]

Tuoyuan - professional original website of zblog theme template

[/CODE_HTML]