in the following java script code follow the instructions provided Hands-on Project 5-2 Hands-on Project 5-2 Change of address form Street Address City State/Province Zip/Postal
in the following java script code follow the instructions provided
Hands-on Project 5-2
Hands-on Project 5-2
Change of address form
1. Within the body section, just before the closing
tag, add a script element, and then add the following function within the script element:
function processInput() {
var propertyWidth = 300;
var propertyHeight = 100;
var winLeft = ((screen.width - propertyWidth) / 2);
var winTop = ((screen.height - propertyHeight) / 2);