d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Fg For Help With Web Program/java Script
Add Reply New Topic New Poll
Member
Posts: 10,715
Joined: Sep 1 2007
Gold: 11,037.49
Oct 26 2015 10:22pm
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.




Member
Posts: 29,352
Joined: Mar 27 2008
Gold: 504.69
Oct 27 2015 09:31pm
Sorry for your loss. When is this due and can you show the images that are the examples?

Quote
Images of the input and output provided by the HTML document are shown below.


I may not be able to help, but this might aid someone interested.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll