I need someone to write a small program for me. I had a death in the family this week and got behind on my web programming class. If anyone is willing to help for 236fg please let me know. Thanks in advance!
Create an HTML document that prompts the user for three pieces of data: the border color, a word (all alphabetic characters), and a single letter. Each of the three user inputs must be validated to ensure that the correct type of data is entered. The word entered is examined to determine the number of characters in the string, the number of vowels in the string, and the number of times and the positions where the character entered appears in the string. All validation and checking of the word must be implemented using javascript pattern matching. You must use the javascript "search", "match", and/or "replace" pattern matching functions.
The HTML document should output the heading WORDCHECKER and the current date and time at the top of the document. Images of the input and output provided by the HTML document are shown below.