| Author |
Is there a way to stop form fields reseting
|
|
|
| Is there a way to stop form fields resetting themselves
after a form has been submitted?
The form is for searching using "get" and results
are on the same page.
Dan
| |
| Julian Roberts 2004-08-06, 12:15 pm |
| Use something like
<input type="text" name="keyword"
value="<%=Request.Querystring("Keyword")%>"/>
--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
| |
| Mick White 2004-08-06, 7:15 pm |
| That may not work if he's not using asp....
Mick
Julian Roberts wrote:
> Use something like
>
> <input type="text" name="keyword"
> value="<%=Request.Querystring("Keyword")%>"/>
>
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |