R
rashmim58
Hi
i want to restrict the user not to write anything in the URL
like
if the the user is accessing the URL like
http://localhost:8100/cms/login.jsp?txtname=rashmi and if he will
write the in the url like
http://localhost:8100/cms/login.jsp?txtname=<script>alert("ras");</script>rashmi
then how i will restrict the user to do that.
please help me .
i want to restrict the user not to write anything in the URL
like
if the the user is accessing the URL like
http://localhost:8100/cms/login.jsp?txtname=rashmi and if he will
write the in the url like
http://localhost:8100/cms/login.jsp?txtname=<script>alert("ras");</script>rashmi
then how i will restrict the user to do that.
please help me .