[Solved]Javascript Create Web Page Form Similar Fellow Ing Event Registration Fill Form Register E Q37142440
hello I need help with this question please
Javascript Create a Web page form similar to the fellow ing Event Registration Fill out the form to register to our event Name Company Are you an existing customen? No Yes Register Create a new file and save it as myScript.js. . Put the following line of code into the file alert “He1lo, world Link your HTML page to your Java Script file using the seript tag. Refresh your page in the browser. Do you see the alert message? . This is just a test to make sure that your browser is running your JavaScrip file, before we move on 1. Modify your JS code so that when the user clicks “Register, the program will make sure that the first name, last name and email are not cmpty. If any of them found empty alert will appear with the message “Please fill name and company with information”. If everything is fine, alert message will appear with the message “Thank yoa Mohammed Ahmed” (assuming that the first name and last name filled are Mohammed Ahmed) 2. Using HTML, add an image at the end of the page. When the user mouseover Put the following line of code into the file: alert (“Hello, world!”) Link your HTML page to your JavaScript file using the seript tag. Refresh your page in the browser. Do you see the alert message? . This is just a test to make sure that your browser is running your JavaScript file, before we move on Hello, world ok Modify your JS code so that when the user clicks “Register”, the program will make sure that the first name, last name and email are not empty. If any of them found empty alert will appear with the message “Please fill name and company with information”. If everything is fine, alert message will appear with the message “Thank you Mohammed Ahmed” (assuming that the first name and last name filled are Mohammed Ahmed). 2. Using HTML, add an image at the end of the page. When the user mouseover the image it will be changed into another image. 3. Add a new button (Larger Font), when the user click on the button the font size for the Name and Company elements (label and input text) will be increased to be 24pt Hint: The syntax for accessing an element by ID and changing a style is: document.getElementBy1delement ID”),style.propertyNane- value” Validate the email if it is in the correct pattern using CSS. 5. Modify your JS code so that when the user clicks “Register”, it will check if this is an existing customer or not (from the radio button selected) and show that along with the user name in a thank you message using alert. Hint: you need just to get the variable value you obtained in the onChange event when the user selects a radio button to know if this is an existing customer or not Show transcribed image text Javascript Create a Web page form similar to the fellow ing Event Registration Fill out the form to register to our event Name Company Are you an existing customen? No Yes Register Create a new file and save it as myScript.js. . Put the following line of code into the file alert “He1lo, world Link your HTML page to your Java Script file using the seript tag. Refresh your page in the browser. Do you see the alert message? . This is just a test to make sure that your browser is running your JavaScrip file, before we move on 1. Modify your JS code so that when the user clicks “Register, the program will make sure that the first name, last name and email are not cmpty. If any of them found empty alert will appear with the message “Please fill name and company with information”. If everything is fine, alert message will appear with the message “Thank yoa Mohammed Ahmed” (assuming that the first name and last name filled are Mohammed Ahmed) 2. Using HTML, add an image at the end of the page. When the user mouseover
Put the following line of code into the file: alert (“Hello, world!”) Link your HTML page to your JavaScript file using the seript tag. Refresh your page in the browser. Do you see the alert message? . This is just a test to make sure that your browser is running your JavaScript file, before we move on Hello, world ok Modify your JS code so that when the user clicks “Register”, the program will make sure that the first name, last name and email are not empty. If any of them found empty alert will appear with the message “Please fill name and company with information”. If everything is fine, alert message will appear with the message “Thank you Mohammed Ahmed” (assuming that the first name and last name filled are Mohammed Ahmed). 2. Using HTML, add an image at the end of the page. When the user mouseover the image it will be changed into another image. 3. Add a new button (Larger Font), when the user click on the button the font size for the Name and Company elements (label and input text) will be increased to be 24pt Hint: The syntax for accessing an element by ID and changing a style is: document.getElementBy1delement ID”),style.propertyNane- value” Validate the email if it is in the correct pattern using CSS. 5. Modify your JS code so that when the user clicks “Register”, it will check if this is an existing customer or not (from the radio button selected) and show that along with the user name in a thank you message using alert. Hint: you need just to get the variable value you obtained in the onChange event when the user selects a radio button to know if this is an existing customer or not
Expert Answer
Answer to Javascript Create a Web page form similar to the fellow ing Event Registration Fill out the form to register to our even… . . .
OR

