I have one drop down menu.When I select item from drop down menu, an alert is pop up to remind the user that item they select is already in database. But I have no idea to do. Can anyone can help me??
Hi,
Please I have been trying to develop an application using php and also javascript that allows you to delete only the selected items. The items will be drawn from the database and if you check...
Hi,
Please I have been trying to develop an application using php and also javascript that allows you to delete only the selected items. The items will be drawn from the database and if you check...
Hi,
Please I have been trying to develop an application using javascript that allows you to delete only the selected items. The items will be drawn from the database and if you check the checkbox...
If I want to use onKeyup? Bcoz I want the Amount is calculate automatically when the user keyin the quantity of the bill and the Total Amount is also automatically calculate.Where should I put that...
but I dont know how to programmatically clear that field after added.
Frm.elements['amaun_seunit'][allRows.length - 2].value="";
Frm.elements['quantity'][allRows.length - 2].value="";...
Hello evrybody...anyone can help me to solve my problem???This is my javascript to insert the new row.The problem is.... it will clone all my fields such as amount_perunit,quantity,and amount. so i...
How to calculate Quantity multiply with Amount Per Unit and display it at text field (amount). And how to add amount at every row and display it at text field(total_amount).
How to disable one from two drop down menu depand on the $Session->UsernameGet(). Evample, if the Admin login, all the drop down menu are enable but if else, only one drop down menu is enable.
How to disable one from two drop down menu depand on the $Session->UsernameGet(). Evample, if the Admin login, all the drop down menu are enable but if else, only one drop down menu is enable....
I have some problem with my coding. I have one row. The row have 2 drop down menu and 3 text field. The row can be added when I click the Add Row button. The data from drop down menu I retrieve from...