View Single Post
Old 04-22-2009, 03:46 PM   #5 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Kalle View Post
DOM is pretty straigth forward once you gasped the basic of it, you will find the MSDN Library more than excellent for DOM references:
http://msdn.microsoft.com/en-us/library/aa155133.aspx

-> HTML & DHTML (Dynamic HTML)

When you view the CSS reference on MSDN you will also be able to see the scripting names for that style like:
HTML Code:
<input type="button" onclick="this.backgroundColor = '#000000';" value=" Click me " />
same goes for the HTML reference, you will see which events and actions that apply to each tag.

What is the difference between DHTML and Ajax?
allworknoplay is offline  
Reply With Quote