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


Please Help Members By Posting Answers For Below Questions

What is the difference between Local Storage and Session Storage?

773


What is the microsoft version of javascript?

716


What is event bubbling in JavaScript?

732


How do you create array in javascript?

701


What is triple dot in javascript?

696


What are undefined and undeclared variables?

699


How do I enable cookies and javascript?

661


Is it possible to use javascript to change the meta-tags of the page?

692


What is the instanceof operator in JavaScript?

709


What is Associative Array? How do we use it?

733


How to change style on an element?

734


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

2238


What is difference between promise and callback?

688


Difference between '=', '==' and '===' operators?

730


what does javascript null mean?

728