What is the Difference between HTML and DHTML
Answer Posted / reddy
HTML - (Hypertext Markup Language) is the set of markup
symbols or codes inserted in a file intended for display on
a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the
user.
DHTML - Dynamic HTML is a collective term for a combination
of Hypertext Markup Language (HTML) tags and options that
can make Web pages more animated and interactive than
previous versions of HTML
| Is This Answer Correct ? | 23 Yes | 12 No |
Post New Answer View All Answers
Is there an ide for javascript?
What are the methods involved in javascript?
Explain why asynchronous code is important in javascript?
How to find radio button selection when a form is submitted?
What's math constants and functions using javascript?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
How do I open javascript console?
How to validate a form in javascript?
Explain “use strict” ?
What does 3+4+"7" evaluate to?
Explain the working of timers in javascript?
What is require in javascript?
Why is javascript good for websites?
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 does parse Query String return in javascript?