Top "Dhtml" questions

Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.

Cross-platform, cross-browser way to play sound from Javascript?

I am writing a dhtml application that creates an interactive simulation of a system. The data for the simulation is …

javascript audio cross-browser cross-platform dhtml
decodeURIComponent vs unescape, what is wrong with unescape?

In answering another question I became aware that my Javascript/DOM knowledge had become a bit out of date in …

javascript encoding escaping dhtml
How to get selected value from dropdownlist in asp.net using Javascript?

I am populating country dropdownlist from a database. I need to select a value from dropdown list and assign it …

javascript c# asp.net dhtml
code to set a select box option value as an object

in an html page i have got, i have a select box like this with values. <select onChange="return …

javascript jquery html xhtml dhtml
CSS issue: a:hover not working with IE (css Ninja needed)

Why does IE not change the background color on my site for tabs a:hover but does so in Firefox/…

html css internet-explorer firefox dhtml
How to create a modal popup using javascript and CSS

Actually, two questions: How can I create a modal popup with background color of gray? Also I need to create …

javascript html css dhtml
ScrollTop not working in IE

Anyone have any ideas why scrollTop isn't working in IE? It works in Chrome fine, and I don't know about …

javascript html css internet-explorer dhtml
Replacing all children of an HTMLElement?

In my code, I fairly frequently need to replace all children of a certain HTML container with a new list …

javascript dhtml
Is there a good in-browser code editor?

We've all seen in-browser rich text editors, which allow you to edit colored/styled text in a WYSIWYG manner. But …

javascript ide editor dhtml
Alternative to DOMNodeInserted

DOMNodeInserted is known to make dynamic pages slow, MDN even recommends not using it altogether, but doesn't provide any alternatives. …

javascript dom firefox-addon dhtml mutation-events