![]() |
|
|
|||||||
| PHP - Code PHP programming - Ask questions and help people with PHP code. If you are stuck and need help, this is where you ask for help. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Let say you have a DbRepeater with an Edit Field, I want in Js event on change take the input text and update a DB table. Each Edit field belong to a different record in the table. The record to wich the edit belong i can solve with a Button who have a new property Record_id. when the user click on the button set to btNormal i do in js event var str = document.getElementById('Edit1').value. In this situation i get allways the first Text in the first Edit field. How can i solve this? Many thank's Paolo
__________________
La guerre est un massacre entre gens qui ne se connaissent pas, et qu'il profite à des gens qui se connaissent mais qui ne se massacrent pas Paul Valery
|
| Sponsored Links |
|
|
|
|||
|
Ok find a partial solution
on Js on change event i do Quote:
any way? thank's
__________________
La guerre est un massacre entre gens qui ne se connaissent pas, et qu'il profite à des gens qui se connaissent mais qui ne se massacrent pas Paul Valery
|
|
||||
|
hi,
first add a new component like that: this is the package pp_edit Quote:
Quote:
in the DbRepeater on show event Quote:
Quote:
![]() Paolo
__________________
La guerre est un massacre entre gens qui ne se connaissent pas, et qu'il profite à des gens qui se connaissent mais qui ne se massacrent pas Paul Valery
|