Question: How can I code a webpage that does the following? The first time the home page is visited, prompt the user for their name. Display

How can I code a webpage that does the following?

The first time the home page is visited, prompt the user for their name. Display the user name entered with an appropriate welcome message on the home page. Store the name entered in a cookie. When the user revisits the page, do not prompt for the user name. Instead, obtain the name from the stored cookie before displaying the name with an appropriate welcome message on the home page. Include in the welcome message, the number of times the user has visited the home page. As well as in a form tag asking for contact information that includes first and last name an email address (validate using a regular expression) a date using a JavaScript pop-up calendar (jQuery can be used) a password with a JavaScript password strength meter (SeePassword Tipsfor more information) and a comments box that limits input to 500 characters with a running count of characters input.

How can I incorporate http://ss1.ciwcertified.com/cgi-bin/process.plas the action for the form and include thenovalidateattribute in the

tag?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!