Hi,
I dont know javascript and i dont have time to learn it coz i have to submitt the dynamic web project which i am making using jsp,servlet, mysql database.
I only need help in this part.Please help.
I have a checkbox , i want to use three images in place of the checkbox,
1.when the variable ( fetched from database) has value "booked" then redImage.jpg and the checkbox should also be disabled.
2.When the variable (fetched from database) has value "not_booked then "greenImg.jpg"
3.When the checkbox is checked then "blueImg.jpg"
Please help me, my project is almost comlete , but i am getting problem with only this GUI part.
how to show different images in place of checkbox according to the condition.