C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Html »

Html Chart


Posted Date: 09 Jun 2009    Resource Type: Code Snippets    Category: Html
Author: R.Jaya kumar (JK)Member Level: Diamond    
Rating: 1 out of 5Points: 10



Html Chart




< html xmlns="http://www.w3.org/1999/xhtml" >
< head runat="server" >
< title > Untitled Page< /title >
< script >
function ChartFill(redid)
{
if (redid==1)document.getElementById("tb1").style.backgroundColor ='red';
if (redid==2)document.getElementById("tb2").style.backgroundColor ='green';
if (redid==3)document.getElementById("tb3").style.backgroundColor ='Blue';
}
< /script >
< /head >
< body >
< form id="form1" runat="server" >
< table border ="1" cellpadding ="0" cellspacing ="0" height ="60%" style="width: 2%" >
< tr style ="height:150px;" id="tb1" onmousemove ="ChartFill(1);" >
< td width ="30%" > < /td >
< /tr >
< tr style ="height:150px;" id="tb2" onmousemove ="ChartFill(2);" >
< td width ="30%" > < /td >
< /tr >
< tr style ="height:150px;" id="tb3" onmousemove ="ChartFill(3);" >
< td width ="30%" > < /td >
< /tr >
< /table >
< /form >
< /body >
< /html >




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Html Chart  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Select Action Html
Previous Resource: Hyperlink in Html
Return to Discussion Resource Index
Post New Resource
Category: Html


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use