I would like to know how I can do that when the user enters all the information, and the button "Create Resume" is clicked, the result opens in a new window, not in the same one.   .HTML file WEB 115 Final Project .JS https://drive.google.com/file/d/1YHx-pGnWmnGQOOMmdUAmVr1Tj85nKIm8/view?usp=sharing .CSS @import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap'); p { color: #5f6163; font-family: 'PT Sans', sans-serif; } body { background-color: #ebeef0; } b { color: black; font-family: monospace; font-size: 20px; margin: 10px; padding: 10px; text-align: left; } i { color: teal; font-family: monospace; font-size: 20px; margin: 10px; padding: 10px; } input { width: 200px; padding: 10px; } textarea { width: 270px; padding: 40px; } input[type=button] { background-color: black; text-align: center; color: white; border: 0px; border-radius: 10px; }

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

I would like to know how I can do that when the user enters all the information, and the button "Create Resume" is clicked, the result opens in a new window, not in the same one.

 

.HTML file

<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="finalProject.css">
<title>WEB 115 Final Project</title>
</head>
<body>
<script src="ProjectJS.js"></script>

</body>
</html>

.JS

https://drive.google.com/file/d/1YHx-pGnWmnGQOOMmdUAmVr1Tj85nKIm8/view?usp=sharing

.CSS

@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

p {
color: #5f6163;
font-family: 'PT Sans', sans-serif;
}

body {
background-color: #ebeef0;
}

b {
color: black;
font-family: monospace;
font-size: 20px;
margin: 10px;
padding: 10px;
text-align: left;
}

i {
color: teal;
font-family: monospace;
font-size: 20px;
margin: 10px;
padding: 10px;
}

input {
width: 200px;
padding: 10px;
}

textarea {
width: 270px;
padding: 40px;
}

input[type=button] {
background-color: black;
text-align: center;
color: white;
border: 0px;
border-radius: 10px;
}

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY