Doh!
i can't believe I missed it...
Change the type to button... It will work then... type=submit causes
browsers to run the form action. If you change it to type=button... it
will work like hitting the back button on the browser.
Sorry,
-Mike
-Original Message-
From: David vd Geer
Make it easy on yourself and others. Set a cookie that expires(tomorrow, or
whenever you'll have a new poll). Then only display the poll if the cookie
doesn't exist, if it does...show them the results. For 90%+ of your visitors
using cookies won't be a problem. If you check on IP you eliminate m
use strict; <--You must declare everything
use DBI; <--Database conectivity
-Original Message-
From: Andrew Rosolino [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 1:08 PM
To: Perl Help
Subject: I need Help with these?
I need to knoww what each one of these do.
use strict;
us