Why it is not advised to use innerhtml in javascript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What does the operator do in javascript?

0 Answers  


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

0 Answers  


How do you reverse a string in javascript?

0 Answers  


Are there any training Institutions on iphone Automation testing?

0 Answers  


What does it mean in javascript?

0 Answers  






How to get value from a textbox?

0 Answers  


How do I open javascript console?

0 Answers  


Does javascript support automatic type conversion, if yes give example.

0 Answers  


What is difference between local variable and global?

0 Answers  


How to getting values from cookies to set widgets?

0 Answers  


Explain the different types of pop-up boxes you can create in JavaScript.

0 Answers  


What is the meaning of callback function?

0 Answers  


Categories