I have alert boxes all around my site, that have been working up until now, ( I have done a few updates to my blog recently before this started happening ) the problem I am experienceing is that when I click on a link ( in my case a image link ) and the alert box appears, I submitt the ok button and suddenly im rediercted to a white page with ‘true’ in the top corner. My alert box scripts are inside my blog template.
I tested this alert box script out in a blog post:
<"a href="javascript:onClick=alert("Not an active link");">CLICK<"/a>
withouth the extra “
and then went to preview the post, however the same error occured. This is not a browser problem as it only happens on my site, when i got to someone elses with alert boxes, it works. Please help with this I have been asking about it for about a week now and would appreciate someone who can help
here is a screenshot of what I get redirected to:

http://img813.imageshack.us/img813/2674/true.png
Thanks for all help.
I think you messed up with javascript inside href and the onclick attribute. Your snippet is actually assigning the result of the
alertfunction call to the variableonCLick. The display of true might be the return value of thealertmethod. Still an odd behavior.Those two cause no problems to me.