What is the Difference between HTML and DHTML
Answer Posted / karan mehta
In Dhtml response to question given at that time.for example
chatting.
In Html response to question is not given at that time.for
example emails.
Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the difference between Local Storage and Session Storage?
What is the microsoft version of javascript?
What is event bubbling in JavaScript?
How do you create array in javascript?
What is triple dot in javascript?
What are undefined and undeclared variables?
How do I enable cookies and javascript?
Is it possible to use javascript to change the meta-tags of the page?
What is the instanceof operator in JavaScript?
What is Associative Array? How do we use it?
How to change style on an element?
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 promise and callback?
Difference between '=', '==' and '===' operators?
what does javascript null mean?