How to include the HTML tag inside the javascript tags?

Answer Posted / shameena

using document.write("<HTML>");

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

2020


Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).

1376


how to hide alphabets in java as password '*'

1702


What's the difference methods get and post in html forms?

481


What is the role of javascript in a web page?

480






What is array in javascript?

486


Write a program to exaplain the deferred scripts using event handlers in javascript.

470


What are the types used in javascript?

538


What is local and global scope?

485


Why is javascript good for websites?

469


How to change style on an element?

561


How to replace all occurrences of a string in JavaScript?

513


How to open a window with no toolbar, but with the location object?

477


Why is javascript so important?

473


What's math constants and functions using javascript?

501