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

What is a frontend framework?

0 Answers  


Explain the difference between javascript and an asp script.

0 Answers  


How many types of functions are there in javascript?

0 Answers  


What is unescape() function?

0 Answers  


How javascript sort function works?

0 Answers  


How to get the primitive value of a string in Javascript?

0 Answers  


What is a Typed Language?

0 Answers  


What are the primitive data types in JavaScript?

0 Answers  


Explain how can you submit a form using JavaScript?

0 Answers  


Are Typescript and Javascript the same?

0 Answers  


How do I run code in browser console?

0 Answers  


What is event in javascript?

0 Answers  


Categories