Web form
Is there any MS office product that would enable me to create a web form that
I can intergrate into FP2003 and use a captcha? (Thanks still trying to
figure out how I can do this with either something I already have or a free
form builder) Thanks and Happy New Year!
--
Thanks,,
Kim
Re: Web form
FrontPage 2003 will enable you to do this - but you will have to learn a
server side scripting language to handle the form data and write the
image to the form.
http://www.rxs-enterprises.org/tests/anti-spam/captcha.asp shows an
example that uses a single image. But this requires server side code to
validate the image characters (if you want the spammers blocked).
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"Kim K" <KimK [at] discussions.microsoft.com> wrote in message
news:8836E7EA-D791-44EB-9718-8DF3278BBB63 [at] microsoft.com:
> Is there any MS office product that would enable me to create a web form that
> I can intergrate into FP2003 and use a captcha? (Thanks still trying to
> figure out how I can do this with either something I already have or a free
> form builder) Thanks and Happy New Year!
> --
> Thanks,,
> Kim
Re: Web form
Thanks Ron, It seems the more I find out the more questions I have. I assume
that I need to find out more about server side scripting, if I can do this
and how to create the current form into the asp with the captcha? Sound
about right?
--
Thanks,,
Kim
"Ronx" wrote:
> FrontPage 2003 will enable you to do this - but you will have to learn a
> server side scripting language to handle the form data and write the
> image to the form.
>
> http://www.rxs-enterprises.org/tests/anti-spam/captcha.asp shows an
> example that uses a single image. But this requires server side code to
> validate the image characters (if you want the spammers blocked).
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Kim K" <KimK [at] discussions.microsoft.com> wrote in message
> news:8836E7EA-D791-44EB-9718-8DF3278BBB63 [at] microsoft.com:
>
> > Is there any MS office product that would enable me to create a web form that
> > I can intergrate into FP2003 and use a captcha? (Thanks still trying to
> > figure out how I can do this with either something I already have or a free
> > form builder) Thanks and Happy New Year!
> > --
> > Thanks,,
> > Kim
>
>
Re: Web form
First you have to discover what your server will support - there is no
point in learning asp if your server will only support PHP or Perl.
Then you might find a suitable bit of code already written by searching
on Google (or your favourite search engine).
http://www.w3schools.com has tutorials covering the basics of several
scripting languages.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"Kim K" <KimK [at] discussions.microsoft.com> wrote in message
news:74EA78B0-F44E-4160-8170-8708EBDA234F [at] microsoft.com:
> Thanks Ron, It seems the more I find out the more questions I have. I assume
> that I need to find out more about server side scripting, if I can do this
> and how to create the current form into the asp with the captcha? Sound
> about right?
> --
> Thanks,,
> Kim
>
>
> "Ronx" wrote:
>
> > FrontPage 2003 will enable you to do this - but you will have to learn a
> > server side scripting language to handle the form data and write the
> > image to the form.
> >
> > http://www.rxs-enterprises.org/tests/anti-spam/captcha.asp shows an
> > example that uses a single image. But this requires server side code to
> > validate the image characters (if you want the spammers blocked).
> >
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Kim K" <KimK [at] discussions.microsoft.com> wrote in message
> > news:8836E7EA-D791-44EB-9718-8DF3278BBB63 [at] microsoft.com:
> >
> > > Is there any MS office product that would enable me to create a web form that
> > > I can intergrate into FP2003 and use a captcha? (Thanks still trying to
> > > figure out how I can do this with either something I already have or a free
> > > form builder) Thanks and Happy New Year!
> > > --
> > > Thanks,,
> > > Kim
> >
> >
RE: Web form
If you server supports JMail check out
http://www.loudexpressions.com/2007/09/processing-the-form-w ith-the-jmail-email-component
- I use a basic captcha on my contact forms
(http://www.loudexpressions.com/contact.asp) using the csImageFile ASP
component by http://www.chestysoft.com/
The one who ones this site (http://www.chestysoft.com/) had been very
helpful in the past, even updating the DLL when we ran into problems. Some
servers might not support one (or both) of the ASP components though, but you
might be able to get some work arounds when needed
--
Corey R. Bryant
http://www.loudcommerce.com/ | http://www.merchantaccountshow.net/ |
http://www.mymerchantaccountblog.com/ | http://www.loudexpressions.com/
"Kim K" wrote:
> Is there any MS office product that would enable me to create a web form that
> I can intergrate into FP2003 and use a captcha? (Thanks still trying to
> figure out how I can do this with either something I already have or a free
> form builder) Thanks and Happy New Year!
> --
> Thanks,,
> Kim