Hello Ranchers
I've a trouble in implementing the javascripts in
JSP page
It is working properly!! I have checked through out the internet and couldn't even find a solution!!
I'm doing a project -- ACCOUNTS SYSTEM!!
for that displaying up to the ledger is OK
now..
after retrieving the datas from the table the jsp page will be looking like this
the first row of the table contains
1) check box
2) Details
3) VAT TYPE
4) VAT DETAILS
_________________________________________________________________
check |Details |combo box |textbox |
| |(default : disable) |(default:readonly) |
__________________________________________________________________
chk1 |rs.getString(1) |combo box containing 3 items | display what is|
chk2 |rs.getString(2) |standard, excempt,zero rate | selected in the|
chk3 |rs.getString(3) | |combo | ______________________________________________________________________
and the corresponding rows below that contains the datas from the database
___________
now there is the use of scripts
when the page is loading all the combo box will be disabled and all the text box will be in read only
so.. when i'm checking the first checkbox.. in the table header
all other checkbox should also select (like a select all button in the email clients like yahoo.. gmail and all)
at the same time the corresponding combo box should also get enabled!!
and then only it can be able to select the values from the combo.. which ever value is selected it should display in the textbox corresponding to that combo!!
i think you all understood what i meant!!
and help me..
i don't really know the complexity of this
please help for doing my project well!!
thanks in advance!!
regards
Megha