Questions tagged [dhtml]

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.

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 ), a client-side scripting language (such as ), a presentation definition language (such as ), and the .

DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.

By contrast, a dynamic web page is a broader concept — any web page generated differently for each user, load occurrence, or specific variable values. This includes pages created by client-side scripting, and ones created by server-side scripting (such as , , or ) where the web server generates content before sending it to the client.


Resources :

747 questions
-2
votes
3 answers

User edited javascript

So what I want is to have a html text field where someone can type in a bit of JavaScript code, and then some kind of function that will dynamically add it into the script tag of my webpage. Any ideas? NOTE: I don't want anything saved permanently…
QuinnFreedman
  • 2,242
  • 2
  • 25
  • 42
-2
votes
3 answers

Unique dynamically created element ids

I'm building a website which allows the user to drag elements on to the screen using JavaScript and jQuery. I would like to store these elements inside a database, and then draw them back on to the screen when they visit the website again. Each…
Jack
  • 15,614
  • 19
  • 67
  • 92
-2
votes
3 answers

Special Google Search Result - How to achieve this? (look at the attached image)

look at the following image when searched for some websites... various websites show the above kind of result on google.. like serach for stackoverflow, flickr, deviantart, Hotmail and so on HOW TO ACHIEVE THIS...
Moon
  • 19,518
  • 56
  • 138
  • 200
-2
votes
2 answers

jquery fadeout issue on blur

I have a problem with JQuery and the following markup.
-2
votes
1 answer

Why are images not showing up?

There is problem with displaying images on pages in IE9: images are shown OK in Firefox and other browsers, but do not show up in IE9. In Firefox is shown all images on main page, but in IE9 only one image shown. Clicking on that image load page…
fxgreen
  • 424
  • 1
  • 10
  • 24
-3
votes
1 answer

Get Parameter from DHTMLWindow

I have an HTML web page that openes a DHTMLWindow, and I want to send that window a parameter from the 'fater' HTML web page, so the DHTMLWindow would be able to pass it on to one of it's 'son' windows. How can I send parameter to DHTMLWindow? Or,…
-3
votes
1 answer

Facebook style change text

Im searching a code split. I want to a link first click run a MySQL query and change link. I found it this, but is only change text: