Alright, say for instance I am hacking a form. Not just any form, an email form! Fill out name, email, etc, and after pressing submit it says, "Thank you NAME!". So I think to myself, hmmm and type in "<b>NAME</b>" in the name field then press submit. Then it comes out "Thank you NAME!". So now I try "<script>alert("hello");</script>" in the name field and press submit but nothing shows up! I check the source and you can see in the source it says "<script>alert("hello");</script>".
Why is this?





