How to include the HTML tag inside the javascript tags?
Answer Posted / r.deepe
by using document.writeln() function we can use HTML tags
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Are Attributes and Property the same?
Write about the errors shown in javascript?
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
Why are callbacks used?
What is the difference between the operators '==' and '==='?
How to create scale in P info
What are the different actions that are performed using javascript?
What is the difference between ‘let’ and ‘const’?
What is javascript hoisting?
What are the data types in js?
Is javascript faster than asp script?
How do I open a .js file?
What is the prototype object in javascript and how it is used?
What is the best site to learn javascript?
Does javascript support foreach loop?