I have a html in my page:
VBSeo is changing it to:Code:<a href="javascript:rate(8)">Rate Link</a>
The change is causing the function rate() to not execute. I have observed this behavior in both IE and Firefox.Code:<a onclick="urchinTracker ('/outgoing/javascript_rate_8');" href="javascript:rate(8)">Rate Link</a>
Is there a way to disable the parsing of links beginning with "javascript:" ???


LinkBack URL
About LinkBacks





Reply With Quote