-----------------------------------------------
<script>
function anchor(){
document.getElementById('rem').setAttribute('href','javascript:void(0);');
}
</script>
<body onload="anchor();">
<a id="rem" href="google.com">anchor</a>
</body>
-----------------------------------------------
<script>
function anchor(){
document.getElementById('rem').setAttribute('href','javascript:void(0);');
}
</script>
<body onload="anchor();">
<a id="rem" href="google.com">anchor</a>
</body>
-----------------------------------------------
No comments:
Post a Comment