Google Groups Home
Help | Sign in
slightly off topic?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Debbie Doerrlamm  
View profile
 More options Feb 19, 12:55 pm
From: Debbie Doerrlamm <webmas...@beautytech.com>
Date: Tue, 19 Feb 2008 12:55:03 -0500
Local: Tues, Feb 19 2008 12:55 pm
Subject: slightly off topic?
Hi everyone.. I have a client who wants the visitor to click an
accept terms box before downloading a PDF file.. I know I need a form
of some sort to process this, but I'm having a mental block about
where to start.. can anyone help me out here??

Thanks

Regards,
Debbie  ^v^  ^o^  //\o/\\ ^o^  ^v^  Webmaster - System Admin
Bookmark our new Blog/Journal featuring News, New Arrivals and special deals.
http://journals.aol.com/nailgdsss

webmas...@beautytech.com (AOL or AIM NailGdsss)
WWWeb Services, Ronkonkoma, NY
631-981-1273  fax 631-981-7557
ONLINE STORE http://www.beautytech.com/shoppe
http://www.beautytech.com & http://www.beautytech.INFO
     for Professionals             for Consumers
Online Correspondent NAILS Magazine http://www.nailsmag.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PerlShop:: slightly off topic?" by Carl Miller
Carl Miller  
View profile
 More options Feb 19, 1:02 pm
From: Carl Miller <carlmille...@cox.net>
Date: Tue, 19 Feb 2008 13:02:56 -0500
Local: Tues, Feb 19 2008 1:02 pm
Subject: Re: PerlShop:: slightly off topic?
Debbie --

I needed something like this awhile back, and found this javascript on the
web:

<script language="JavaScript" type="text/JavaScript">
<!--//hide script
function checkme() {
missinginfo = "";
if (!document.form.Conditions.checked) {
missinginfo += "\n - You must agree to the Conditions.";

}

if (missinginfo != "") {
missinginfo ="You must agree to the Conditions.";
alert(missinginfo);
return false;
}

else {
return true;
}
}

// --->
</script>

Then your form would have to look something like this:

<form name="form" method="post"  action="http://www.mysite.com/myform.cgi"
onSubmit="return checkme();">
<input type="checkbox" name="Conditions" value="I Agree"> I have read and
agree to the conditions above.
<input type="submit" name="" value=" Submit ">
</form>

Carl

On 2/19/08 12:55 PM, "Debbie Doerrlamm" <webmas...@beautytech.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PerlShop:: Re: slightly off topic?" by Debbie Doerrlamm
Debbie Doerrlamm  
View profile
 More options Feb 19, 1:22 pm
From: Debbie Doerrlamm <webmas...@beautytech.com>
Date: Tue, 19 Feb 2008 13:22:44 -0500
Local: Tues, Feb 19 2008 1:22 pm
Subject: Re: PerlShop:: Re: slightly off topic?

thanks you are the best :) I'll give that a shot

At 01:02 PM 2/19/2008, you wrote:

Regards,
Debbie  ^v^  ^o^  //\o/\\ ^o^  ^v^  Webmaster - System Admin
Bookmark our new Blog/Journal featuring News, New Arrivals and special deals.
http://journals.aol.com/nailgdsss

webmas...@beautytech.com (AOL or AIM NailGdsss)
WWWeb Services, Ronkonkoma, NY
631-981-1273  fax 631-981-7557
ONLINE STORE http://www.beautytech.com/shoppe
http://www.beautytech.com & http://www.beautytech.INFO
     for Professionals             for Consumers
Online Correspondent NAILS Magazine http://www.nailsmag.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PerlShop:: slightly off topic?" by Daniel S. Dawdy
Daniel S. Dawdy  
View profile
 More options Feb 19, 2:15 pm
From: "Daniel S. Dawdy" <dda...@ribbonrail.com>
Date: Tue, 19 Feb 2008 13:15:54 -0600
Local: Tues, Feb 19 2008 2:15 pm
Subject: Re: PerlShop:: slightly off topic?

At 11:55 AM 2/19/2008, you wrote:

>Hi everyone.. I have a client who wants the visitor to click an
>accept terms box before downloading a PDF file.. I know I need a form
>of some sort to process this, but I'm having a mental block about
>where to start.. can anyone help me out here??

I have a perl script and html form to do just that for an old client.
If you want it, let me know and I'll Email you the ziped versions.

Regards,

Daniel Dawdy
-
Ribbon Rail Productions - Internet Publishing & Hosting
407 East Chippewa St - Dwight, IL 60420
Voice 815.584.1577 / FAX 800.783.0127
dda...@ribbonrail.com / http://ribbonrail.com
All outbound mail from rrp is virus scanned for your protection  


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PerlShop:: Re: slightly off topic?" by Debbie Doerrlamm
Debbie Doerrlamm  
View profile
 More options Feb 19, 9:57 pm
From: Debbie Doerrlamm <webmas...@beautytech.com>
Date: Tue, 19 Feb 2008 21:57:26 -0500
Local: Tues, Feb 19 2008 9:57 pm
Subject: Re: PerlShop:: Re: slightly off topic?

mission accomplished.. it was a very simple task actually once Carl
gave me some links for redirect scripts at cgi resource I belive it
was and a java script to ensure they clicked the box.. I'll be happy
to share if anyone wants..

At 02:15 PM 2/19/2008, you wrote:

Regards,
Debbie  ^v^  ^o^  //\o/\\ ^o^  ^v^  Webmaster - System Admin
Bookmark our new Blog/Journal featuring News, New Arrivals and special deals.
http://journals.aol.com/nailgdsss

webmas...@beautytech.com (AOL or AIM NailGdsss)
WWWeb Services, Ronkonkoma, NY
631-981-1273  fax 631-981-7557
ONLINE STORE http://www.beautytech.com/shoppe
http://www.beautytech.com & http://www.beautytech.INFO
     for Professionals             for Consumers
Online Correspondent NAILS Magazine http://www.nailsmag.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "slightly off topic?" by hcge
hcge  
View profile
 More options Mar 17, 5:47 pm
From: hcge <h...@imt.net>
Date: Mon, 17 Mar 2008 14:47:35 -0700 (PDT)
Local: Mon, Mar 17 2008 5:47 pm
Subject: Re: slightly off topic?
Since we are slightly off topic, I am looking for a way to keep
spammers from entering my forms and sending me junk. Almost all sites
are using this kind of thing, where a random image generator, shows
some letters they must enter before proceeding. It keeps the bots from
slamming the sight.

Can anyone help with this one?

Thanks!
Kathy
High Country Gifts.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "PerlShop:: Re: slightly off topic?" by Elist
Elist  
View profile
 More options Mar 25, 3:15 pm
From: Elist <El...@ribbonrail.com>
Date: Tue, 25 Mar 2008 13:15:54 -0600
Local: Tues, Mar 25 2008 3:15 pm
Subject: Re: PerlShop:: Re: slightly off topic?
At 03:47 PM 3/17/2008, you wrote:

>Since we are slightly off topic, I am looking for a way to keep
>spammers from entering my forms and sending me junk. Almost all sites
>are using this kind of thing, where a random image generator, shows
>some letters they must enter before proceeding. It keeps the bots from
>slamming the sight.

>Can anyone help with this one?

>Thanks!
>Kathy
>High Country Gifts.

Did you ever get an answer to this? There are programs out there but
most require a database. I have a cheap and dirty way of handling
this on forms that I make. et me know.

Dan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Waters  
View profile
 More options Mar 25, 5:43 pm
From: "Mike Waters" <mikew...@gmail.com>
Date: Tue, 25 Mar 2008 16:43:35 -0500
Local: Tues, Mar 25 2008 5:43 pm
Subject: Re: PerlShop:: Re: slightly off topic?
Kathy,

I have had great success on several web sites using form handler
scripts automatically generated at http://www.tectite.com/. I tried
many other scripts, but it is the only one that stopped the spam bots.
It's secure and free, though donations are accepted. By tweaking the
random image settings, you can make them readable and still keep the
spambots at bay. You should rename the script so it doesn't resemble
anything like "formmail", though. That word is a target.

Regards,
Mike Waters


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google