How do you send a message to the browser in JavaScript?
Answers were Sorted based on User's Feedback
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 |
Answer / ravi
Document.write("Message") It's the correct format
| Is This Answer Correct ? | 13 Yes | 2 No |
How to get height and width of different browser in Javascript?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
What will be the output of the following statements?
What is node value?
What are different types of popup boxes available in javascript?
Where can I learn javascript for beginners?
What is meant by object oriented programming?
What is the most widely used programming language?
What are exports and imports?
What is a null variable?
What is a closure and how do you use it?
What is jscript used for?