Convert first letter to uppercase on Input box

Convert first letter to uppercase on Input box <html> <head> <title>Convert first letter to uppercase on Input box</title> <script type=”text/javascript”> function capitalize(textboxid, str) { // string with alteast one character if (str && str.length >= 1) { var firstChar = str.charAt(0); var…

Student project SRS Format

Students form a main part of any institution that concerns with. But the institutions find it difficult to keep details of so many students of the organization just in one stretch. It will involve a lot of pen paper work. Sometimes there…
error: Content is protected !!