What is the Difference between HTML and DHTML
Answer Posted / abhinav
HTML (HyperText Markup Language) is the actual markup language web pages are displayed in. It creates static content on a web page.
DHTML stands for Dynamic HTML.and not a language or a web standrd.To most people DHTML means the combination of HTML, JavaScript, DOM and CSS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In a java script, what is the difference between "==" and "===" operator?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
How generic objects can be created?
What are different types of popup boxes available in javascript?
What are the requirements of web application using javascript?
What does 3+4+"7" evaluate to?
What is encodeuri() in javascript?
What does dynamic component in javascript contain?
Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],
What is the scope of a function?
Explain with an example the use of event handlers in javascript.
What are decodeuri() and encodeuri() functions in javascript?
How to make a array as a stack using javascript?
Is javascript case sensitive language?
Explain how to read and write a file using javascript?