Question
Can anyone help me with this problem in JavaScript? I use the Visual Studio. This the example code: function show(showform, showtxt) { alert(Entry from
Can anyone help me with this problem in JavaScript? I use the Visual Studio.
This the example code:
Create an HTML document that contains two forms. One form consists of a text field, the other a text area. Name the forms and the input devices. Use JavaScript to print the names and values in the forms.
This is the question:
Create a form that uses a text input box. Ask the user to type his or her name in uppercase letters. The submit button will be an image. Validate that the form is not empty and that the user typed his or her name in only uppercase letters. Send the form to a server program if it is valid.
Review the code, interact with the page, and then make the following changes:
a. Download a G-rated image to use as the submit button image. Save it and name it so the page displays it as expected.
b. Change the page instructions and validation so the name must be submitted in all lowercase.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started