Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm working with a button and a text label in javascript and HTML. I have a code that clears the input text label, but i

I'm working with a button and a text label in javascript and HTML. I have a code that clears the input text label, but i also need the same button to clear the output message it gives = "helloNameOutput". How would I add the 2 in the same function? I have both my codes listed below, that work perfectly separated, but I cant figure out how to put them together to work with the same button.

What I have tried: //for removing the Input text label:

onclick = document.getElementById("helloNameInput").value=""; //for removing the Output message recieved: 
inputField = document.getElementById("helloNameOP") document.getElementById('helloNameOP').textContent = " "

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

More Books

Students also viewed these Databases questions