Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dorrie #1
multipage form
I set up a HTML form is a multipage form.
My client would like the results in one page...or the person's email address
on each page.
(I used cgi..scripting to set it up..so it's pretty basic...)
Is there an easy way of setting this up..like an even handler...that when the
person hits..
submit..and goes to the next page...his email address gets forwarded?
Thank you..
dorrie Guest
-
Multipage PDF with Acrobat 8.0
I have created a plug-in for Inserting a page at specified page number of a multi page PDF. If file is a single page file, plug-in is working fine... -
multipage pdf import
Anyone use the PDFImport-multiple script by Dmitry Zlotnikov from the Adobe Studio Exchange? I used it in ID2, but when I try to run it from the... -
Multipage plugin for Illustrator
Check this out... http://www.hotdoor.com/multipage/ I'm not endorsing it as I know nothing about it. But it IS interesting insofar as FH's... -
GET / POST conflict in multipage form
Can't you divide your image up into physically different images (and "glue" them together again with a table?) In every image you could use an... -
Multipage Form Events
In the control where the user enters a, c, p, or s use the following case statement. In my example I used a text box called txt_Source and each... -
forumnotifier #2
multipage form
I set up a HTML form is a multipage form.
My client would like the results in one page...or the person's email address
on each page.
(I used cgi..scripting to set it up..so it's pretty basic...)
Is there an easy way of setting this up..like an even handler...that when the
person hits..
submit..and goes to the next page...his email address gets forwarded?
Thank you..
forumnotifier Guest
-
delaneypub #3
Re: multipage form
There are several ways of passing data from one web page to another, depending
on your platform, but with forms the most direct way is to pass the email
address as a form field. Any data in a form field will be passed to the
"action" web page and can be referenced by the field name. It's sounds like you
also want to display the email address on each web page, and you could
accomplish that at the same time by using a form field for it.
delaneypub Guest



Reply With Quote

