problem about onchange-Record and share programming errors
Nicky Anne Smith
php javascript mysql drop-down-menu onchange
I have searched high and low for a resolution to this bus have not been able to work it out. I managed to get this to work when I wanted a dynamic drop down to adjust the values in a second drop down and fill in a text value in a text box.Now I want to cut out the second step: ie. I actually want to get rid of the second drop down and simply enter a value in the text box. I have tried everything to remove the second step but as soon as I do everything stops working.At the moment the function looks at the second drop down and sets the options for it and I added the line document.getElementById(‘fld_ClientI
Adam
Gricha
Hachi
javascript input undefined onchange
To make a text “editable” I’ve written a function, which replaces the text with an input-element (step1) and later (onchange) replaces the text with the value of the input-element (step2)this works except the following scenario: if the input-element is active (step1 of the precedure) and I click in the input-element, the text (in the input-element) is replaced with “undefined” and the function doesn’t work properly any more Test
Originally posted 2013-10-06 02:00:10.