dep
12-15-2005, 09:09 PM
So I have this:
<A HREF="javascript:dothis();" id="link">
But, via DOM, I want to change the javascript to "javascript:dothat();"
i thought it'd be something like:
document.getElementById("link").nodeValue = 'javascript:dothat();'
but alas, this does not work.
any help?
thanks,
dep
<A HREF="javascript:dothis();" id="link">
But, via DOM, I want to change the javascript to "javascript:dothat();"
i thought it'd be something like:
document.getElementById("link").nodeValue = 'javascript:dothat();'
but alas, this does not work.
any help?
thanks,
dep