Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 23rd, 2007, 03:53 AM
Authorized User
 
Join Date: Jan 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to pushpa
Default plz anybody HelpMe..............................


<%@ language=VBScript %>


<!'DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<body>
<form name="test1" action="test.asp" method="post" id="form1">
<input type="text" name="fname">
<input type="text" name="lname">
</form>
</body>
</html>
<%

Response.Write(Request.Form("test1.fname"))
Response.Write(Request.Form("test1.lname"))

%>
<html>
<body>
<form name="test" action="test.asp" method="post">
<input type="text" name="education">
<input type="text" name="profession">
<input type="submit" name="Submit" value="Generate" ID="Submit1">
</form>

</body>
</html>

<%

Response.Write(Request.Form("education"))
Response.Write(Request.Form("profession"))
%>

 
Old January 23rd, 2007, 05:05 AM
Authorized User
 
Join Date: Jan 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What do you need help with?
 
Old January 23rd, 2007, 05:42 AM
Authorized User
 
Join Date: Jan 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to pushpa
Default

Now i am working with multiple <form> with multiple <html> in .asp page ,the code submitted by me is not working.
   I want to pass the different values of different <form> items to the next web page through the URL .So how it will be work.?
Plz tell me the technical aspects regarding to this.

 
Old January 23rd, 2007, 09:34 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Dont double post: http://p2p.wrox.com/topic.asp?TOPIC_ID=55236

Secondly, naming your posts: plz anybody HelpMe..............................

is a bad way to get any sort of help.

================================================== =========
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
 
Old January 23rd, 2007, 11:57 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by pushpa
 Now i am working with multiple <form> with multiple <html> in .asp page ,the code submitted by me is not working.
I want to pass the different values of different <form> items to the next web page through the URL .So how it will be work.?
Plz tell me the technical aspects regarding to this.

You will get the values for the form that is submitted.

You are using a method="post", and you should be using method="get" if you want the values to be in the querystring.

Also, yoiu have provided no way to submit the first form - the simplest way is to provide a button.


Woody Z
http://www.learntoprogramnow.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
plz.....plz solve out my problem.... kethireddy435 ASP.NET 1.x and 2.0 Application Design 1 October 4th, 2007 12:56 PM
hi plz help me gauravkg ASP.NET 1.0 and 1.1 Basics 0 April 18th, 2006 01:17 AM
HelpMe Maciejewski ASP.NET 1.0 and 1.1 Professional 0 December 13th, 2004 01:35 PM
plz help amjad1748 Beginning VB 6 0 April 18th, 2004 09:10 AM
helpme ! query ouput categorize by group on asp eyesonly Classic ASP Databases 0 January 23rd, 2004 04:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.