RE: ASP assistance please...
by "Shull, Conrad" <cshull(at)shscares.org>
|
| Date: |
Mon, 12 Jun 2000 12:53:43 -0400 |
| To: |
hwg-languages(at)hwg.org |
| |
todo: View
Thread,
Original
|
|
Geuka,
Try something like this:
<% If Request.Form("xy") <> "" Then %><B><%= Request.Form("xy") %></B>
<% End If %>
Dim xy
xy = Request.Form("xy")
<form method="post" action="nextpage.asp"
(Some stuff here: blah blah blah)
<input type="hidden" name="xy" value="<%= xy %>">
<input type="submit" value="Submit">
</form>
- Conrad
-----Original Message-----
From: Geuka Amusa [mailto:amusa(at)easeinternet.com]
Sent: Monday, June 12, 2000 10:54 AM
To: hwg-languages(at)hwg.org
Subject: ASP assistance please...
Hello All,
I need some ASP help. I have a form that posts to an ASP page. On the ASP
page I am using the following code to grab the value of specific form
fields:
<% If Request.Form("xy") <> "" Then %><B><%= Request.Form("xy") %></B>
<% End If %>
This part works great. Here's the problem. The ASP page contains a form
that submits some of the values that the above ASP code grabbed from the
previous page. How do I include some of the previous page values as hidden
form fields so that they can be submitted by another form?
Thanks
Geuka
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.