|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Forms problem |
|
From: |
Chris Mangano |
|
Date: |
3/13/2000 6:59:11 PM |
|
IP: |
205.143.193.79 |
Well, as with most programming problems, there are probably countless ways to do this. A quick way would be to have the search results displayed directly beneath the form. To keep the form elements, you can make the values of the fields <%= Request.Form("fieldName") %> Example:
<INPUT TYPE="text" NAME="this" VALUE="<% = Request.Form("this") %>">
This would be a quick, and pretty easy solution. But there are surely more. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|