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

Custom Coding

New Here ,
May 25, 2006 May 25, 2006
I have created two PDF forms that I would like to link to from an HTML page. On the HTML page, the user will be prompted to enter a specific 6 digit code. If they enter the code, they will automatically begin downloading form A. If they do not enter the code or they enter the wrong code, they will begin downloading form B. How to i get the text field to know when a user enters the right code? Thank you for the help.

Ross
TOPICS
Server side applications
227
Translate
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 ,
May 26, 2006 May 26, 2006
LATEST
I would search http://javascript.com for obtaining form values from a
previous page.

Otherwise you're going to have to leave HTML and go to a server side
language.

HTH,

Jon

"Ross B" <webforumsuser@macromedia.com> wrote in message
news:e55ck7$f3s$1@forums.macromedia.com...
>I have created two PDF forms that I would like to link to from an HTML
>page.
> On the HTML page, the user will be prompted to enter a specific 6 digit
> code.
> If they enter the code, they will automatically begin downloading form A.
> If
> they do not enter the code or they enter the wrong code, they will begin
> downloading form B. How to i get the text field to know when a user
> enters the
> right code? Thank you for the help.
>
> Ross
>


Translate
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