| Author: Subodh kumar Prajapati 21 Jul 2008 | Member Level: Gold | Rating: Points: 3 |
HI, You can use this: <script language="javascript"> function fck() { document.getElementById["TextBox1"].style.backgroundColor="red"; } {
|
| Author: shanmukha kumari 21 Jul 2008 | Member Level: Gold | Rating: Points: 3 |
write the onmouseover event of the image button, write one javascript function function changeBGColor() { document.getElementById["imagebuttonid"].style.backgroundColor=colorname;
}
|