Passing Data Between 2 Pages

I have a asp page created which pulls information from an access
database. One of the things it pulls from the database is the address.
I want to put a link on this page which when clicked will open a
smaller new window asking the user to input their address. Once they
input the address and hit submit, the 2 addresses, user inputted (as
starting point) and the one from database (ending point) needs to be
inputted such that a url is formed, leading to the directions page on
yahoo or mapquest or any other site.

My question is how do I take the ending address and pass it over to
this new page (using http_referrer???) and then construct the url to
the directions page.

View Replies


ADVERTISEMENT

Passing Data From Page To Pages?

Because of �refresh� problem after updating the form. So, I have to put the confirmation message in a seperate page:

1.update.asp page click update - goes to updated.asp (update to the db and sending email) then redirect to updatedconfirmation.asp page (confirmation message)

I would like to carry a few information from update.asp page such as name and their address to the confirmation page depends on their ID, how can we I do that in the updatedconfirmation.asp?

I�ve used hidden fields in the update.asp page. but there is nothing display in the UpdatedConfirmation.asp page Code:

View Replies View Related

Passing Data To Pages Using Hidden Fields

I am creating a form that has 5 steps/pages. Each page contains about 20 fields. But I don't want to write them until they submit on the last page. I figured out that I can use hidden fields to carry the data from the previous forms forward. If should bascially work like this:

Page 1 Page 2 Page 3 Page 4 Page 5 Page 6
20 Fields 20 Fields 20 Fields 20 Fields 20 Fields 100 Hidden
20 Hidden 40 Hidden 60 Hidden 80 Hidden Write to DB

But the problem I am having is when I submit page 4 page 5 won't load. No error, it just won'tload. It seems to be overburdened. Is there a max on the number of fields it can pass? Is there a better way to go about doing this that someone can suggest? Or a suggestion that someone can make to fix this problem?

View Replies View Related

Passing Variables Between Pages

I have a page that lists many records. One field in each record has a hyperlink based on the records ID. I click on this hyperlink and it sends me to another page and also sends the ID with it. How do I pull this ID and paste it on the new page. Below is the sending and receiving page and the code I have on each.

this correctly sends to new page with releaseID passed in the browser URL

Response.Write "<a href=""modifyCompleted.asp?releaseID=" & rsList("releaseID") & """>" & rsList("requestNum") & "</td>"

Shouldn't I be able to display the ID without connecting to the database.

<%
Dim ID
ID = Request.Form("releaseID")
%>
<%=ID%>

View Replies View Related

Passing Values Between Two Pages.

onclick of an image button in my main page(parent.asp), im calling window.open("child.asp")as a popup!! child.asp has 36 checkboxes and a submit button.

I want my users to select any or all of the checkboxes and on clicking the submit button i need that popup(child.asp) to be closed and those checked values to be passed on to the parent page(parent.asp)!

View Replies View Related

Passing Entered Value To Multiple Pages

Is it possible to take a value entered on one page and access it on several different pages? For example, I want the user to enter their email on the first page, make a selection on the second page, and the third page will display a form based on their selection on the second page. I then want to submit all the data entered on the form on the thrid page along with their email address from the first page to a database.

View Replies View Related

Passing Variables Between Pages Using POST

I having trouble with this action cause I want the user to be able to use the back button and the submitted data should be still in their form. So I the user send invalid data he can back browse and change the invalid data. I use method=POST cause its a lot of data i send between pages + client is IE6 ...

View Replies View Related

Passing Info From Multiple Pages

If I have a DB table which spans multiple pages, and if the check box is selected next to the item after all pages are view the user then selects done I need it to pass everything they selected to one page so they can view it and verify that is what they want. Then it is passed to a DB and also sent to me and the user in email.. I know it is alot, but it is what I need.. any suggestions or directions??

View Replies View Related

Data To Two Pages

i want to send my form variables to two pages? something like this:

<form method="post" action1="page1.asp" action2="page2.asp">
<input type="text" name="mytext" value="myvalue">
</form>

i want to be able to do this . equest.form("mytext") on page1.asp and page2.asp? know above does not work...but how would i achieve something like this.

View Replies View Related

Passing Data In URL

I am passing a variable called businessID from one page to the next page in my URL. On the next page I want to use the value of businessID to query my access database in a SELECT statement. How do I put this in my SELECT statement?

"SELECT * from tlbbusiness where businessID = (im not sure) "

View Replies View Related

Passing Data ...

How do you pass data, from a database to a form? So that data, is displayed in the form ...

View Replies View Related

Passing Data Through URL

I need to pass data though a URL ill explain my situation. I have made oen page using JavaScript and ASP (have to use these for my project) which basically allows the user to search a database to find a link to a car which most suits them. This is shown by this-

Response.Write("<tr><td colspan='2' class='results'><a href='detail.asp?carnumber=" + MyQuery("carnumber");

This sends the user to a separate page showing the full details of the car on the specific page.

On this new page i need to read from the URL what the value of carnumber is and then write the full details fo the car to the page. there is a different carnumber for each car in the database. Code:

View Replies View Related

Passing Data

We are attempting to do an on-line registration system using asp and MySQL. Unfortunately, it doesn't appear that the information from the input form is passing to the execute form. In fact, it doesn't look as though it is even getting to the database.

I am very new to asp and the person I'm working with is used to working with MS SQL, so this could be a syntax issue......

View Replies View Related

Passing SQL Data To ASP

I have written some stored procedures in SQL and these procedures return some value.
I want these values to be captured by the ASP code. I am able to access the tables using ADO( recordsets ) but is there a way to pass data returned from stored procedures to vairables in ASP code.

View Replies View Related

Sending Data Between Pages

How can I through asp figure out if a page is opend through a regular link
or from form post method like this :

<form action="something.asp" method=post>
//code...
<input type="submit" value="Ok">
</form>

View Replies View Related

Data Interchange Pages

What are the alternatives to share data between two ASP pages ? My problem is related to the need to invoke a page passing as argument a location reference, wich is converted to a GIS web page and visualized in a child page, but, on that GIS page the user can click an option to return to the original page with new data selected from the GIS page, so that original page should be able to read them and react to those data coming from its child. I don't know if there is a way to communicate both pages in both ways interactively. Cookies Web services ActiveX Is there a way to share a "common data area".

View Replies View Related

Posting Data To Two Pages

I have a developed asp page where user inputs the data and it will be submitted to another page. I want the data submitted to two pages of different application.
for example the code:

<form method="post" action="test.asp"&"test1.asp" name="processData" onSubmit="return ValidateAndCreateInstanceName( );" >

with the above code, i am getting error.with one form, how can I submit the data to two pages??

View Replies View Related

How To Send Data To ASP Pages?

How to use VB to send data to ASP pages?For example,i click the ON/OFF command button.If ON button is pressed,the user that viewing the ASP page can be able to know that the ON button is pressed.

View Replies View Related

Data Access Pages

We were using asp pages to mine data from our ms access dbs. Now have upgraded to 2003 ms access. I tried the data access pages and am able to of course query data on the website from the db elsewhere.

Do you HAVE to have ms access on the machine to access the data this way? We tried of course and got "data provider could not be initilized". Is there a way around that?

View Replies View Related

Data Passing Between Forms

I have been using the post method, but that only works for one other page...how do I go about making variables available to more than one page?

View Replies View Related

Passing Data On To Second .asp Page

OK this query if probably fairly elementary, and forgive my novice understanding of the terminology, I have dealt a little with php but .asp is relatively new to me.

I am able to store variables posted from a form using something along the lines of

strStartDay = Request.Form("StartDay")

however this only works for the .asp page that immediately results from the form. how do I then pass these same values(entered from the form) into an asp page that follows (link from the first asp page).

In my ignorance I have placed the same variable statements in my second asp page but no values are being returned (which of course they wouldnt).

View Replies View Related

Passing Data To Googlemaps

I am trying to use gmap and have worked out how to post postcodes but now need to pass infotext data. Code:

View Replies View Related

Form Data Not Passing

I am using enctype="multipart/form-data" in my form.

Everything has worked for past 2 years and I have not changed the code in the slightest. (1)

I pass some value to another page and this has worked for as long without any tweaks needed. (2)

Now (2) no longer picks up the values submitted by (1) for some unknown reason. If I take away the enctype, the data is passeed through but it's wasted as the form is to upload a file.

Would any change on the server or network be to blame? What do people suggest?

View Replies View Related

Passing Data Via XMLHTTPRequest

I've been doing some reading about "AJAX" and it sounds pretty interesting.
While I can make it work, it seem like I'm doing much of it the "hard way".
I was wondering what kind of code that others use to pass data via
XMLHTTPRequest.

My code is usually in ASP, with VBScript or Javascript for the client side
of things. I've done a bit of PHP as well. Definately not an expert by any
means, but I do understand programming - I just don't know what
elements/objects/methods/etc. are available.

So, consider the following and tell me what you'd do. Sample code is great
as well.

Address book type web application, but page contains info from two seperate
queries. User enters a name in one area of the page and clicks Search. The
XMLHTTPRequest object hits an ASP page and populates the related fields
(Name, age, SIN, etc.) in the clients screen, keeping other elements in the
page intact. What if the returned data contained a binary, like a photo?

Would you have the ASP page return a simple HTML document and parse out the
"responseText" property to find your field data? How about having the ASP
page generate a XML response and using the "responseXML" property as an
"object" containing the required information?

I guess I'm just trying to get my head around how I'd be passing different
types of information from my server side page using the XMLHTTPRequest
object. It seems like such a simple thing, but looks much more complicated
in any samples that I can find.

View Replies View Related

Passing Data To 2nd Page ...

I have a registration page which will be receiving user input. These data will NOT be insert into DB within this page. However, all the data (first name,last name, address...) will be pass to second page. And the insertion to DB will be execute in second page.What will be a better way to handle the passing of data from page 1 to page 2?Used querysting in the hyperlink? Err...abit tedious rite? I mean the url will like so long.

View Replies View Related

Passing Data From Drop Down Box

how to pass the selected value in dropdowm box into a textbox.for ur informations, all the data inside the dropdown box are retrieve from Access Database.i want to pass the data that is selected into a textbox, which already consist data from the database also. how to overwrite it with the data from the dropdown box?

View Replies View Related

Passing Dynamic Data From Listbox

I've created a page that has a dropdown listbox with values derived from a recordset. That is working fine. What I want to do is take a value selected from the dropdown listbox and pass it to another page that is pulling a report based on the parameter I'm selecting in the dropdown listbox.

I'm able to do this with a textbox being used to accept the parameter, but I want the client to select from a list of actual values, which will then "filter" their report.

View Replies View Related

Form Post Not Passing Data To ASP???

I have IIS server installed on XP-pro. I also have Norton Internet
Security installed.

I can run simple ASP programs without any problem. But when I use forms
with post method and call an asp in action, it does not pass any data
to ASP.

Request.Form method on a form field does not return any value.

This code works on web hosting provider server, just does not work on
my workstation with my own IIS server. Code:

View Replies View Related

Matching Database And Other Passing Data

I am having 2 problems in asp.

1. I want a form field which retrieve data from Sql database and when button pressed, it should open a pop-up window with a form-text-field and data must present in this text field.

2. I have a database with 4 tables named myname, urname, hername, hisname. What I want is to retrieve data of table-myname into a page and then retrieve those data of other tables which may match the data of table-myname; into same page.

As if table-myname have data like John with code-01 and then these 3 tables must show those codes which are having data like John.

View Replies View Related

Passing Data In Text Box To Access Db.

i have 2 text box whom data are generated randomly, how can i get this data and pass it to a access database using ASP?

View Replies View Related

Passing Data Through A Server.Transfer

Any ideas on how I can set some data in 1.asp, then have 1.asp do a server.transfer (or .execute, come to that) to 2.asp, and have 2.asp access the original data?

I'm aware that the Session object fits the bill but want to avoid using this if I can. Having said that, the nature of the data is very much per-user so things like the application object are definitely inappropriate.

Another way I can do this is redirect/querystring, but the additional roundtrip here is not attractive.

Any other (sensible) methods anyone can think of?

View Replies View Related

Passing Data Between Two Open Popups

I have a main form which opens a popup when you click on a button (via jscript). From there the user can can click another button to open another popup with just the calendar control on it.

I want the user to be able to click on a day on the calender and then pass this date back to a text box on the first popup. Remember the first popup is already open and I've already evaluated whether IsPostback = true on the first popup.

View Replies View Related

Passing Form Data Into Frameset

I have a page "entry.asp" where a user enters data into a form (named "form"). I want to submit the form and have the data passed to a frameset with two frames (frame1.asp and frame2.asp). I need the posted data from the form to be accessible to frame1.asp and frame2.asp.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved