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 show progress bar while loading using ajax call?

0 Answers  


How to use "join()" to create a string from an array using javascript?

0 Answers  


If you need to hide the javascript code from the older browser versions, how will you perform it?

0 Answers  


where we use javascript and for which purpose we use javascript how?

13 Answers   Bugatti, IBM, Infosys, TCS,


what are the differences between as2 and as3?

0 Answers  






Is javascript harmful?

0 Answers  


How to define name function in javascript?

0 Answers  


What is the prototype object in javascript and how it is used?

0 Answers  


What is new keyword in javascript?

0 Answers  


How to hide javascript code from old browsers that dont run it?

0 Answers  


What are two-way data binding and one-way data flow, and how are they different?

0 Answers  


What is event target in javascript?

0 Answers  


Categories