HTML TAGS
-
hey guys The user shouldn't put any html tags in the TEXTBOX, how can i handel this.
Estarta
-
hey guys The user shouldn't put any html tags in the TEXTBOX, how can i handel this.
Estarta
User regular expressions to find any html. Check this link for more info about regluar expressions and then be creative.
-
User regular expressions to find any html. Check this link for more info about regluar expressions and then be creative.
thanks alot for your reply, but this not what im looking for :( i wanna prevent the user from using HTML tags or any special characters in the input box. thanks anyway
Estarta
-
thanks alot for your reply, but this not what im looking for :( i wanna prevent the user from using HTML tags or any special characters in the input box. thanks anyway
Estarta
In order to prevent the user from entering any html on the client you will need to use javascript. Check here
-
In order to prevent the user from entering any html on the client you will need to use javascript. Check here
this is wat im looking for Thanks alot buddy :)
Estarta
-
this is wat im looking for Thanks alot buddy :)
Estarta