How do you send a message to the browser in JavaScript?

Answers were Sorted based on User's Feedback



How do you send a message to the browser in JavaScript?..

Answer / krisha

Either use (document.write) or use web technology like php
and pass the value through url and get on that page.

Is This Answer Correct ?    14 Yes 2 No

How do you send a message to the browser in JavaScript?..

Answer / ravi

Document.write("Message") It's the correct format

Is This Answer Correct ?    13 Yes 2 No

How do you send a message to the browser in JavaScript?..

Answer / joseph

alert('message'); //using this one

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More JavaScript Interview Questions

How to getting values from cookies to set widgets?

0 Answers  


How to Object.entries( ) In JavaScript ?

0 Answers  


What are the properties of stack?

0 Answers  


How to setting a cookie with the contents of a textbox?

0 Answers  


How do you disable javascript?

0 Answers  






What are the datatypes in javascript?

0 Answers  


What is use of flutter?

0 Answers  


Are javascript variables global?

0 Answers  


How to you change the title of the page by javascript?

0 Answers  


Explain the difference between call() and apply()?

0 Answers  


What is the naming conventions for the variables in javascript?

0 Answers  


How to write hello world on the web page?

0 Answers  


Categories