Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have the javascript and most of the HTML, however I am failing to understand the two colunm layout for the output Below is the

I have the javascript and most of the HTML, however I am failing to understand the two colunm layout for the output Below is the current JS and Html i have, also a picture of the expected output.

DOCTYPE HTML--

WEB 115 Final Project


Build Your Resume

Full Name
Full Address
Phone Number
Email
Personal Information
Career Objective
Education
Most Recent Experience Details
Joining Date : Resignation Date :
Experience Details 1
Joining Date : Resignation Date :
Experience Details 2
Joining Date : Resignation Date :
Experience Details 3
Joining Date : Resignation Date :
Bussiness Reference

DOCTYPE JAVASCRIPT

function setName (){ document.getElementById("p1").innerHTML = `

John Doe

WEB 115

`; } // document.getElementById("#resumeButton").onclick = function () { // }; function generateResume(){ var x = document.getElementById("email").value; var atpos = x.indexOf("@"); var dotpos = x.lastIndexOf("."); if (atpos=x.length) { alert("E-mail address is NOT valid!"); return false; }else{

var fullName = document.getElementById("fullName").value; var address = document.getElementById("address").value; var phone = document.getElementById("phone").value; var email = document.getElementById("email").value; var personalInfo = document.getElementById("personalInfo").value; var careerObj = document.getElementById("careerObj").value; var education = document.getElementById("education").value; var joiningDate = document.getElementById("joiningDate").value; var resignDate = document.getElementById("resignDate").value; var details = document.getElementById("details").value; var joiningDate1 = document.getElementById("joiningDate1").value; var resignDate1 = document.getElementById("resignDate1").value; var details1 = document.getElementById("details1").value; var joiningDate2 = document.getElementById("joiningDate2").value; var resignDate2 = document.getElementById("resignDate2").value; var details2 = document.getElementById("details2").value; var joiningDate3 = document.getElementById("joiningDate3").value; var resignDate3 = document.getElementById("resignDate3").value; var details3 = document.getElementById("details3").value; var bussiness = document.getElementById("bussiness").value; var myWindow = window.open("", "MsgWindow", "width=1200,height=800"); myWindow.document.write(fullName+' '+address+' / '+phone); } }

Expected output-image text in transcribed

GREGG ROBERT VALLACE 210 Edinburgh Drive, Cory, North Carolina 2751 (919) 467-1897 CAREER CBJECTI VES Marketing and Sates anagement PERSCNAL DATA Birth Date: July 26, 1956 iealth: Excel lent, 200 bs/ 61" Mar itai tatus: ingle Foreign Language: Spak, read and wr ite French B.A. Communications and Sales 1979 Michigan State University, ast Lansing, Hichigan Ei, UCAT 101 EPLOYENT EXPERIECE Dec. 1980 Dec. 1981 lHenager, Centre One, Eastiake, Ohio. Shared responsibility for marketing of Food and Deverage. This goal w s achieved through the development of sales generating plans within the department, ?s well as overall guest sales and marketing services Additional duties: Dining Room and Lounge management, purchasing, inventory, cost control, cash reports, security Supervised a staff of between 25 and 55 employees ay Dec. 1980 Purchasing Agent, Royai Vil ia, Raleigh Responsibi lities inc luded the purchasing of all food and beverages needed for supper club, lounges, dining room and banquet. o purchased appliances, utensils, cleaning products, etc. for hotel. Additional duties nventory, cost control and lounge management. June Sept. 1977 war ? h use services Co-ordinator, Atlas Supply Company, Raleign. N.C. June - Sept. 1976 MaiI Room Services Burroughs Corporation, Detroit. Hichigan. CHARACTER REFEREICES Upon request SUSIESS REFERERICES r. Kenneth Dettelbach, President, Cenference Centers of America, Centre one, 5,000 Curtis oulevard, Eastiake, Cio. 4404(216) 953-8000 J. Murphy, Executive Chef, . Terel HacGregor Downs Country Club, Cary .C. 27511 19) 467-0146

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Web Database Development Step By Step

Authors: Jim Buyens

1st Edition

0735609667, 978-0735609662

More Books

Students also viewed these Databases questions