hi! Im having a problem retaining the inputs on my text fields. When i selected an option from a dropdown list with an onChange=locati on.. event. What happen is that, everytime I choose an option the page will reload then the inputs on my text field will disappear...

sample HTML:

<INPUT type="text" name="help_titl e" size="50">
<textarea cols="50" rows="15"
...