Forum Moderators: open
example. <a href="javascript:submitForm();">
wont do anything. has anybody experienced this?
[edited by: tedster at 6:08 am (utc) on May 19, 2004]
Have you tried something like this:
<a href="javascript:alert()">test</a>
If that works, then there's something wrong with your JavaScript.