How to include the HTML tag inside the javascript tags?
Answer Posted / upendar
By Using
document.write("<html>");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain why asynchronous code is important in javascript?
What is the use of isNaN function?
How do I turn on javascript on my phone?
How to add buttons in javascript?
What are the data types in js?
What is the difference between an array and an object?
What is local and global scope?
Is javascript default scripting language?
hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?
Difference json arrary vs json object ?
How do you target a specific frame from a hyperlink in javascript?
How can a Javascript code redirect the user to a different page?
What is node ecosystem?
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
What is difference between api and library?