Re: [Proto-Scripty] what is the deal with inputs and page refreshing?

2010-05-20 Thread Alex Wallace
This is due to how browsers will save form state between page refreshes. If you want to reset form values between refreshes, manually set the value on page load with javascript in a dom:loaded block But if it's just a hidden input you're worried about... the chances of somebody fiddling with the

RE: [Proto-Scripty] what is the deal with inputs and page refreshing?

2010-05-20 Thread Jonathan Rosenberg
Patrick, I think this is Firefox being helpful to the end user. Does this still happen if you refresh programmatically in JavaScript? -- Jonathan Rosenberg Founder Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: