0
Custom Coding
New Here
,
/t5/dreamweaver-discussions/custom-coding/td-p/782893
May 25, 2006
May 25, 2006
Copy link to clipboard
Copied
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
Ross
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/custom-coding/m-p/782894#M176316
May 26, 2006
May 26, 2006
Copy link to clipboard
Copied
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
>
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
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

