Client side changes not reflected in page

PaTRiCKDRD
01-30-2007, 04:10 AM
Hi everyone! I have a hidden input field in a form which I change in some occasions on the client using javascript, but when I use "view source" I can't see these changes reflected on the page!

Does anyone know what I should do in order for the page to know the change?

(Tried with enableviewstate=false, true, whatever, didn't work)

I would like to have the change reflected in the page without doing a postback!
Is this possible? Thanks in advance!

wayneph
01-30-2007, 07:17 AM
Page Source doesn't change. Once it's loaded into the browser, any changes are just made in memory. If you want it reflected in the Page Source (and I don'tknow why you'd need it) you'll have to make a full round trip to the server.

PaTRiCKDRD
01-30-2007, 07:41 AM
yes but, on postback the field's value does not contain that value!

wayneph
01-30-2007, 07:44 AM
I'm not sure I understand what you mean. If you change a value on the client and post the form, the new value is passed back. Not the old one.

What are you trying to do?

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum