colour change of button [message #314584] |
Thu, 17 April 2008 04:00 |
dr.s.raghunathan
Messages: 540 Registered: February 2008
|
Senior Member |
|
|
hi
i have one table as check-in
Room_number char(3)
occupied char(1) default value 'N'
I want to create to page displaying all the rooms as button.
Button should be coloured as Green when occupied has 'Y' and
should be red when occupied has 'N'
by clicking the button room_no should be passed on
some variable declared in the specified page..
how can i achieve it?
yours
dr.s.raghunathan
|
|
|