HighDots Forums  

Basic DHTML question

alt.html.dhtml alt.html.dhtml


Discuss Basic DHTML question in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
btower@austin.rr.com
 
Posts: n/a

Default Basic DHTML question - 01-31-2007 , 04:44 PM






I was asked the following DHTML question and told to use any source
necessary. I have no experience with DHTML, so any help would be
appreciated.

Describe in detail an example of using DHTML. Be sure to include
details of how your JavaScript drove the HTML as well as details of
any data structures you maintained in your JavaScript.

If there are any examples out there or turorials, that would be
helpful.

Thanks
Bryan


Reply With Quote
  #2  
Old   
tuntis
 
Posts: n/a

Default Re: Basic DHTML question - 02-11-2007 , 07:21 AM






btower (AT) austin (DOT) rr.com kirjoitti:
Quote:
I was asked the following DHTML question and told to use any source
necessary. I have no experience with DHTML, so any help would be
appreciated.

Describe in detail an example of using DHTML. Be sure to include
details of how your JavaScript drove the HTML as well as details of
any data structures you maintained in your JavaScript.

If there are any examples out there or turorials, that would be
helpful.

Thanks
Bryan

The latest use for DHTML is obviously AJAX, which stands for
Asynchronous JavaScript and XML: the page is edited by using DOM
(getElementById, innerHTML...)


Reply With Quote
  #3  
Old   
Patrick
 
Posts: n/a

Default Re: Basic DHTML question - 02-12-2007 , 06:35 PM



btower (AT) austin (DOT) rr.com wrote:

Quote:
I was asked the following DHTML question and told to use any source
necessary. I have no experience with DHTML, so any help would be
appreciated.

Describe in detail an example of using DHTML. Be sure to include
details of how your JavaScript drove the HTML as well as details of
any data structures you maintained in your JavaScript.

If there are any examples out there or turorials, that would be
helpful.

Thanks
Bryan
Hi Bryan, i think that the W3cschools tutorial is nice for newbie,
you can look this tutorial at www.w3schools.com, there you can find very
interesting tutorial on everything about web and related technologies


Reply With Quote
  #4  
Old   
Shaffer
 
Posts: n/a

Default Re: Basic DHTML question - 02-16-2007 , 03:30 PM



On Feb 1, 12:44 am, bto... (AT) austin (DOT) rr.com wrote:
Quote:
I was asked the following DHTML question and told to use any source
necessary. I have no experience with DHTML, so any help would be
appreciated.

Describe in detail an example of using DHTML. Be sure to include
details of how your JavaScript drove the HTML as well as details of
any data structures you maintained in your JavaScript.

If there are any examples out there or turorials, that would be
helpful.

Thanks
Bryan
Well, here's a classic DHTML case:
You have a Login form as follows...
<form name="myForm" action="x.php">
Username: <input type="text" name="username" value="Enter username
here!" onclick="this.value=''"/>
Password: <input type="password" name="password"/>
</form>

Sweet, eh? :P
Shaffer.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.