Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

How to pass a form variable from page to page

Guest
Apr 23, 2007 Apr 23, 2007

Copy link to clipboard

Copied

I have a series of 4 forms on 4 pages that update a database. A variable from one of the forms (doesn't matter which one, if it's easier one way over another, let's go that way) is passed to the last page, where a PayPal button will appear based on the value of the form variable. I am using ASP javascript and an Access database.
Thanks.
TOPICS
Server side applications

Views

295
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 24, 2007 Apr 24, 2007

Copy link to clipboard

Copied

LATEST
jennivazquez wrote:
> I have a series of 4 forms on 4 pages that update a database. A variable from
> one of the forms (doesn't matter which one, if it's easier one way over
> another, let's go that way) is passed to the last page, where a PayPal button
> will appear based on the value of the form variable. I am using ASP javascript
> and an Access database.

Either store the variable in a hidden field in the intermediate forms,
or use a session variable.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines