This will ask the user if they want to fill out a survey. If they do, they fill out the input boxes, then hit submit. If they don't, they get a link to go to your page.
</ccDescription>
<ccInstructions>
Place this script as the .html file. The USER will then be redirected to your site. Be sure to change the values below of the webpage and of your e-mail address. VERY IMPORTANT!
</ccInstructions>
<ccHeadContent>
</ccHeadContent>
<ccBodyContent>
<SCRIPT LANGUAGE="JavaScript">
//Modified by CoffeeCup Software
//This code is Copyright (c) 1998 CoffeeCup Software
//All rights reserved. License is granted to a single user to
//reuse this code on a personal or business Web Site.
<!--
ccsurvey=window.confirm ("Do you want to fill out a quick survey?")
if (ccsurvey==true) {
var name = prompt ('Please tell us your name','');
var age = prompt ('How old are you','');
var email = prompt ('What is your email address?','');