Forums

ASP

This topic is locked

To the wise ones

Posted 08 Oct 2002 09:48:14
1
has voted
08 Oct 2002 09:48:14 Jeremy Millar posted:
Very simple .. I think...
Basically what textbox A to remember what was typed after insert, so the user doesn't have to type it again...
Next they will want me to type it for them.. thanks everyone

Replies

Replied 08 Oct 2002 15:25:19
08 Oct 2002 15:25:19 Owen Eastwick replied:
In VBScript:

<input type="text" name="ThisTextBox" value="<%= Request("ThisTextBox" %>">

Regards

Owen.

Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 08 Oct 2002 16:42:10
08 Oct 2002 16:42:10 Andrew Watson replied:
If the insert behaviour is used here then this wont work, due to the redirect at the end of the insert, this could be removed, but then a refresh would reinsert the data.


:: Son, im Thirty.... ::
Replied 08 Oct 2002 23:58:04
08 Oct 2002 23:58:04 Jeremy Millar replied:
Thanks guys,
Have taken the insert statement out, using a additional page with a command, at the same time can grab the field as session, then using a redirect on the second page back to the first, with the text box default value as the session. This might not be the right way to do things, but it worked. Thanks everyone for your info and help

Reply to this topic