MCQs > IT & Programming > DHTML > Consider the following JavaScript alert: You want the user to see the above message upon opening the page, how will you implement this?

DHTML MCQs

Consider the following JavaScript alert:

<script type="text/javascript">
function message()
{
alert("Welcome to E-Business!!!")
}
</script>

You want the user to see the above message upon opening the page, how will you implement this?

Answer

Correct Answer: <body onload="message()">

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DHTML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DHTML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it