Hey, I'm trying to allow users to post an HTML-formatted bio on themselves.... We'll also be running AJAX. I don't want to set up a collision course here, so I need to filter out all Javascript. [minicode]strip_tags()[/minicode] won't quite get this (if I allow <a> tags, etc., which I will):What can I do?HTML Code:<a href="javascript:something" onclick="someJS()">foo</a>