1199SELECT-POPULATOR.ASPhttp://scripts.franciscocharrua.com/asp/select-populator.phpI find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this function to facilitate things. Here is an example:ASP > Scripts and Components > Form ProcessorsOct 10, 2006Fancisco Charrua
Lanap BotDetect is an awarded website security solution designed to prevent automated registrations with CAPTCHA images. While the disguised textual code cannot be read by a machine (a computer program), it is easily read by a human.
The various forms found on this website use formmail.asp to process the input. This site was launched October 10,2003. There will be continuing updates and code samples soon!
ASP Form2Mail is a Dreamweaver extension for Adobe Dreamweaver MX or later, which allows to email every field of a form filled by the user along with other data that help you to know more about the user and allow to offer a better technical support and give a more personalized answer.
ASP Form2Mail allows to capture information sent by users from your website in a simple way, with no database requirements and without any coding to process every form. Simply a couple of clicks in your Dreamweaver and the form data will be formated automatically and sent by email… even the attachments!
Aspmailer is a popular, straightforward form mailer for Windows with an eye towards secure behavior and some useful output formatting. Your visitors fill out the form and submit it. From there, the form data is emailed to an address you designate within the asp script. You can use it with any form (exception made of file uploads), so it's quite flexible as well. It will not work on more recent Windows servers, such as 2000 or 2003. We're in the process of coding an updated asp.NET version that will work with the latest Windows.
The Request Form is designed to place 3 key functions into one simple to maintain page.
1.) Input form to collect information from the visitor. This is a standard type form with 6 fields. Type, Area, First Name, Last Name, Email Address and Comments.
2.) Post the data from the form into a database. The database has matching fields for the above form and a field for the date. The data is posted to the database and the date is automatically added from the current date.
3.) Email the webmaster the form data. Using CDONTS the data from the form is emailed to an email address immediately.
Source code is the single page and the Access database.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.