04-22-2009, 03:46 PM
|
#5 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Kalle
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?
|
|
|
|