FORMS

D

Dave Fernandez

We want to use a simple check box in our form. When a
client clicks on it, they should be directed to an
existing page (research) on our web.

We don't want clients to see the research page until they
have clicked on the confirmation field.

Question, where in the web should I create the form? And
how do I prevent clients from seeing the research until
they click on the confirmation field in the form?
 
K

Kevin Spencer

The problem with this solution is that any user can access the "research"
page without even clicking the checkbox, simply by typing in the address of
the page in their browser. If you really want to protect the page until they
click the checkbox, you're going to have to do some programming. If your web
server is Windows, you can use ASP. Otherwise, you can also use PHP, CGI,
Cold Fusion, etc.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.
 

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

Top