|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Clicking and highlighting a row
Just curious as I have been looking in vain for such a thing.
How is it exactly that the code is, to allow you to be able to highlight a row upon clicking on the checkbox beside it, just as in Yahoo and Hotmail?
__________________
Beginner |
|
#2
|
|||
|
|||
|
I think something like oncheked="javascript:this.bgcolor='#000000'" onuncheked="javascript:this.bgcolor='#FFFFFF'" should do it, though I did not test it. If it doesn't work, just look at the page source
![]()
__________________
who needs to know who i am ?
|
|
#3
|
|||
|
|||
|
Nope, it didn't work. I thought the 'javascript:.......' convention is only used in the <a href> tag?
Is there such thing as an onchecked event handler? Shouldn't it be onClick? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Clicking and highlighting a row |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|