I have a text box.
<input type="text" name="FirstName" value="Mickey">
I want the user to prevent from entering empty space or tab or new line.Spaces between characters is allowed. How can I do that? Can some one give me a working demo? I have this now