Online Form

L

lilika

hello everyone,

I would like to have a simple html form that is layout over different
pages and at the last page a button that sends the e mail to the user.
how to you split the html code to different pages? Do I have to use
something else sch as ASP PHP is there any example ?

Thanks in advance

RIRI
 
C

clintonG

That technique discussed in that article results in revealing form contents
to anybody that can use their browser to 'view source.' We must use
scripting to pass data between forms when the data being collected by the
form in each page should not be revealed. The following search term is
another collection of terms that can be used to learn more. Simply change
"asp" to "asp.net" or "php" if required.

Google: "pass data between pages"+"asp"

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
 
T

Thomas A. Rowe

The only person that would be able to see the data being passed between the form parts, is the
person completing the form, so where is the issue?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom Gahagan

I guess I missed the need for security in the post. Sorry.......

Best to you.......
Tom Gahagan
 
C

clintonG

No problem. I'd like to find a document that comprehensively covers each of
the several methodologies which also explains the pros and cons of each.

<%= Clinton Gallagher
 
Top