Hi
I've got my asp page setup, if the user clicks submits (or refreshes the page) then the input type="text" retains the value on screen as so for example
<INPUT id="Postcode" name="Postcode" size="20" value=" & Postcode & " />
can't do the same for textareas and option groups though ?
tried for option group (doessn't work)
<SELECT id="cat" name="cat" SIZE="7" value=" & cat & " MULTIPLE>
also for textarea, for example (doesn't work also)
<TEXTAREA id="BusinessDescription" name="BusinessDescription" ROWS="2" COLS="32" value=" & BusinessDescription & ">
can't use javascript re. accessibility
any ideas much appreciated
thanks
ian
I've got my asp page setup, if the user clicks submits (or refreshes the page) then the input type="text" retains the value on screen as so for example
<INPUT id="Postcode" name="Postcode" size="20" value=" & Postcode & " />
can't do the same for textareas and option groups though ?
tried for option group (doessn't work)
<SELECT id="cat" name="cat" SIZE="7" value=" & cat & " MULTIPLE>
also for textarea, for example (doesn't work also)
<TEXTAREA id="BusinessDescription" name="BusinessDescription" ROWS="2" COLS="32" value=" & BusinessDescription & ">
can't use javascript re. accessibility
any ideas much appreciated
thanks
ian