Create a webpage with three small input fields and a button. If any input field doesn't have a value when the button is pressed alert an error. Assign the values from the inputs fields into a three element array. Then have the program figure out which value is the greatest, and have a message saying "5 is the largest value." or similar.