Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
WebTextEdit - ClientSide javascript change textbox value
posted

Hi, i need help please!

I can change the style of a textbox, but now I must have 4 textboxes that creates one textbox value.

So i want onchange of textbox: append and the value to text box:

eg: Value Text box: aa bb cc

Textbox1: aa   ; Texbox2: bb, Textbox: cc

Onchange of each of the 3 textboxes create Value Textbox value:

This is the code i have to change the style:

var edit = igedit_getById("FG1010NItemD"); edit.Element.style.backgroundColor = 'red';

 Regards

Parents Reply Children
No Data