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
-1
votes
1 answer

Looking for an organized list of ActiveX object IDs for embedding

I'm currently developing an application using Real Studio. Vaguely similar to Visual Basic, it provides the means by which to embed ActiveX objects inside an OLE Container. That said, I need an alphabetical list of available ActiveX components…
humble_coder
  • 2,777
  • 7
  • 34
  • 46
-1
votes
1 answer

Dynamically generate HTML with images and text

I'm trying to dynamically insert images and texts using javascript, html and css. To be more specific, what I'm trying to achieve is to be able to insert x number of images and text. The image will be on the left and the text will be on the right…
tommi
  • 6,883
  • 8
  • 37
  • 60
-1
votes
3 answers

Terminology: is DHTML a predecessor of HTML5?

In the end of 1990s everyone talked about how cool it is "to program DHTML". In fact, it was an umbrella term for HTML+CSS+JavaScript, there was no specific version of HTML, nor a public standard of what it means. Now it's 2011 and everyone talks of…
naivists
  • 32,681
  • 5
  • 61
  • 85
-1
votes
1 answer

How to get title attribute to read array element?

I am trying to get my dynamically created HTML table to display text (contained within an array) on hover of a given cell, using the title attribute, but it will not read the contents of the array and instead reads the array name as a string. Here…
sw123456
  • 3,339
  • 1
  • 24
  • 42
-1
votes
1 answer

HTML page - edit option dynamically

I've a requirement where I'll show the HTML page(basically a source file of java) to the end user. I am looking for an option to select few lines like... during onClick it should start selecting the line and upon releasing click it should select…
Raghu
  • 41
  • 1
  • 7
-1
votes
1 answer

Client code: Finding which radio button is checked

In Javascript code on the browser, given the name of a group of radio buttons, is there a way to directly find out which button is checked without iterating through each button one by one to check its checked property?
Old Geezer
  • 14,854
  • 31
  • 111
  • 198
-1
votes
1 answer

Javascript: DOM problems

function a1() { var newParagraph = document.createElement('div'); newParagraph.className = '"alert alert-success" role="alert"'; newParagraph.appendChild(document.createTextNode("Richtig! Du scheinst dich um dein Wissen zu…
motoxdev
  • 21
  • 3
-1
votes
2 answers

difference between html and dhtml and xhtml. why dhtml and xhtml is faster?

I've been asked in interview, what is the difference between HTML, DHTML and XHTML? Can anyone please tell me what are the main differences with small example and why the XHTML and DHTML is faster than HTML?
Pedram
  • 6,256
  • 10
  • 65
  • 87
-1
votes
3 answers

Creating an expandable multi-layer System Diagram

SITUATION: My company has a massively complex and dynamic IT infrastructure. These systems are far too complex to map and present through a diagram. I am trying to create a centralized website that houses all documentation, for all IT teams, with…
-1
votes
1 answer

How to run 32-bit dll (AxInterop.DHTMLEDLib) in 64-bit win 7 operating system?

dhtml editing control (AxInterop.DHTMLEDLib.dll) is working fine in 32-bit win xp and win 7 but when this control is used in 64-bit operating system following exception is shown on this.AxDHTMLEdit1 = new AxDHTMLEDLib.AxDHTMLEdit(); Exception is…
mck
  • 978
  • 3
  • 14
  • 38
-1
votes
3 answers

Strange Character on IMG Link?

Exact Duplicate: strange characters on IMG Link? Hello all im using an open source Auto Dealer database made in PHP CMS style. usally when you copy and paste html code on the comments text box on any cms you can edit the page layout with images…
Silent
  • 641
  • 1
  • 16
  • 34
-1
votes
7 answers

How to create dynamic HTML pages using C?

How to create DHTML pages using C language? Please give me some web site where I can find the step by step procedure to create DHTML pages using C. Regards, NM
Malar
  • 9
  • 1
  • 1
-1
votes
1 answer

wrapper issue with the DOM structure using jquery

I have an issue where I have the following jQuery and mark up working although if I move the location of textarea the .click() event doesn't fire. I haven't seen this $('element', something) before. What does the $wrapper syntax mean please? …
James Radford
  • 1,815
  • 4
  • 25
  • 40
-1
votes
2 answers

Menu javascript/dhtml

Does anybody know a good free javascript/dhtml menu with vertical alignment, supporting multi-level options, expanding on hover? Tks in advance
Dante
  • 3,833
  • 4
  • 38
  • 55
-1
votes
3 answers

Left side bar gets overlapped with fixed top menu when i scroll my site?

When i scroll my site all content goes well below under top fixed menu, but only left side bar gets overlapped with it.Can anyone tell where i am doing wrong????? This is my site . http://www.techonicals.com
c-vang
  • 61
  • 1
  • 2
  • 14
1 2 3
49
50