View Single Post
Old 04-22-2009, 04:44 PM   #4 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

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.
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote