Re: Client side changes not reflected in page



"Milosz Skalecki [MCAD]" <mily242@xxxxxxxxxxxxxxxxx> wrote in message
news:56F6198D-B6C0-453F-BC19-B583D7E65D75@xxxxxxxxxxxxxxxx

radio button, button, select, etc.), so if you added or changed any
property
via JavaScript (apart from input.value) it won't be reflected in the form.

Yes but, unless I've completely misunderstood the OP, he's not talking about
client-side JavaScript changing properties of DOM element e.g. backcolor,
borderwidth etc...

I believe he's talking about changing the *value* of input controls via
JavaScript, and this most certainly *should* survive the postback...


.