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 do ellipses mean in javascript?

0 Answers  


What is Associative Array? How do we use it?

0 Answers  


Can you use javascript to hack?

0 Answers  


Difference between the substr() and substring() in JavaScript?

0 Answers  


Should I learn java first or javascript?

0 Answers  






What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?

0 Answers  


How Does Function Hoisting Work in JavaScript?

0 Answers  


What is difference between promise and callback?

0 Answers  


java is pure object oriented or not?

4 Answers  


What are nodes in javascript?

0 Answers  


What is a function object?

0 Answers  


Is javascript open source?

0 Answers  


Categories