I need to solve a problem with javascript injection in a form textarea and fields
script type='text/javascript'
window.location='http:site.com';
/script
or
a href='javascript:...'
or
form action...
or
input name...
but i preserve some html tags for example a, b, ul... is this possible?