Online Form

  • Thread starter Thread starter lilika
  • Start date Start date
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
 
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/
 
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.
==============================================
 
I guess I missed the need for security in the post. Sorry.......

Best to you.......
Tom Gahagan
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top