I have a text field and would like to stop the user from entering "/" and "\" characters.

I dont want to validate this on submission of a form but would rather supress this as the users are typing.

Can anyone help ?