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
0
votes
2 answers

Simulate clearTimeout() action within a setTimeout() function

Normally the execution of a setTimeout() method is aborted by a clearTimeout() method that is outside of the setTimeout() method, but in my situation I need to abort the execution of a setTimeout() loop within the loop itself if a certain event…
zdebruine
  • 3,687
  • 6
  • 31
  • 50
0
votes
1 answer

Get innerHTML of another element on :hover using JavaScript

I'm working with a platform that does not support onmouseover or onmouseout. I need to change the innerHTML of another element using JavaScript. I thought I could probably do this with :hover, but if there is a better CSS/HTML method, I'll go for…
zdebruine
  • 3,687
  • 6
  • 31
  • 50
0
votes
3 answers

Detect onmouseout in Google Gadget without event attribute in HTML

I need a JavaScript method to detect when the mouse leaves an element with id="myDiv" within an if() statement. I cannot use the JS onmouseout event embedded in my HTML. I must be able to detect onmouseout inside an if() statement if at all…
zdebruine
  • 3,687
  • 6
  • 31
  • 50
0
votes
1 answer

JQuery iterating over TextField_Counter

Can someone please help with collecting the form data from below. The following mark up is looked for x number of customers although I'm struggling to extract the data from the form successfully. Many thanks, James
James Radford
  • 1,815
  • 4
  • 25
  • 40
0
votes
2 answers

SilverLight Overlay HTML?

I'm looking to build a flyout type menu in Silverlight that will be added to an aspx page. the items will be built dynamically via data returned from a web service. All of the samples on building menues do not allow the silverlight to "flyout" over…
webwires
  • 2,572
  • 3
  • 26
  • 44
0
votes
3 answers

Chrome Javascript Double Alert Loop?

Thi simple code below outputs two alerts instead of one Google Chrome browser. Can you tell why only in Chrome?
Codex73
  • 5,690
  • 11
  • 56
  • 76
0
votes
2 answers

Bootstrap > Hide drop-down items & keep minimal Navbar based on media query

Problem: When loading a Bootstrap site on mobile, the menu disappears because of the nav-collapse media-query CSS. What I would like is to keep a minimalistic menu without the drop-down items. Is that possible? If I were to add another simplistic…
Prasad
  • 1,822
  • 3
  • 23
  • 40
0
votes
5 answers

How can PHP access the 'style' properties of a div?

So my PHP webiste generates DHTML output that looks like the following:
click me to toggle menu
cartbeforehorse
  • 3,045
  • 1
  • 34
  • 49
0
votes
1 answer

IE9 Scrolling bug (border line repeated on screen)

I'm doing a DHTML popup where there is a UL with left floated LI's, that show a list of embroidery designs. In ie9 (does not effect <=IE8) when you scroll down in the UL all of these lines start showing up that should not be there. It almost seems…
Rick Kukiela
  • 1,135
  • 1
  • 15
  • 34
0
votes
5 answers

How to pass option into HTML select

I want different behaviors depending on which