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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I open javascript on iphone?

694


Is javascript backend or frontend?

635


What is the difference between innerHTML and innerText?

725


What is the use of let & const in javascript?

680


How about 3+5+"8"?

765


What is the syntax of ‘self invoking function’? Give an example?

685


How typeof operator works?

761


Who created npm?

682


Which is better python or javascript?

659


How to loop through array in javascript?

661


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3101


What are the different actions that are performed using javascript?

802


How do you sort in javascript?

753


What javascript means?

665


In a pop-up browser window, how do you refer to the main browser window that opened it?

655