hi,
I need to change ahref link value dynamically by ajax function call
like if the status of link before call is
<a href= "abc()">123</a>
after function call it should be
<a href="abc()">536</a>
thanks
hi,
I need to change ahref link value dynamically by ajax function call
like if the status of link before call is
<a href= "abc()">123</a>
after function call it should be
<a href="abc()">536</a>
thanks
Code:<a href="#" onclick="abc();this.innerHTML='536';return false">123</a>
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks