Home
About
Contact
Categories
Classic ASP (28 - Sub-Categories)
CSS (1 - Sub-Category)
JavaScript (4 - Sub-Categories)
Databases (22 - Sub-Categories)
ASP.NET (23 - Sub-Categories)
Delphi (5 - Sub-Categories)
Windows Server Core (3 - Sub-Categories)
VMWare (1 - Sub-Category)
Code Editing Tools (2 - Sub-Categories)
Linux (2 - Sub-Categories)
Dell Servers (15 - Sub-Categories)
Bug Reports
(Bugs Fixed
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (28)
CSS (1)
JavaScript (4)
Databases (22)
ASP.NET (23)
Delphi (5)
Windows Server Core (3)
VMWare (1)
Code Editing Tools (2)
Linux (2)
Dell Servers (15)
Format SQL Script
Go Back To Category List
[
Classic ASP
]
Current Category Entry
Next Category Entry
Queries
Classic ASP
Forms
Forms
SubCategory Entry Date: April 27,2022 @ 02:32:58 / Last Updated On: April 27,2022 @ 02:32:58
Forms in any programming language are simply the form you use to collect data from the author to submit to the database.
Code Articles
Bootstrap Tags Input (Classic ASP and SQL Server Database)
ASP and SQL Code are used to generate the records from the database to fill the JSON file.
Classic ASP md5 Hash Login Script
The code is a Classic ASP login script with SQL Server backend for your website using MD5 hashing for password security.
SELECT Statement, INSERT Statement, UPDATE Statement, DELETE Statement, in ASP using Parameter''s, in the combat against SQL & XSS INJECTION
It does not matter the coding language you are using; whether it is ASP Classic, ASP.NET, PHP, or other coding languages, when it comes to SQL And XSS Injections, we are all at risk.
Send Email using ASP Classic and CDOSYS
Sending email with Classic ASP, using the CDOSYS component.
ASP Classic play YouTube videos on your page
Allow your visitors to play YouTube videos on your site, brings your visitors closer to you in a way that is not typical of most websites.
ASP Classic Linkify - Convert text links into Clickable URLs
How to turn url text into actual clickable URLs is easy with the Linkify function.
No Captcha ReCaptcha 2.0 with ASP Classic
No Captcha ReCaptcha 2.0 with ASP Classic is easy to set up and use with this code to stop bots and minimize spammers.
ASP Classic check if Zip Code exist, if not show message.
In An ASP Classic US Zip Code lookup form, find any zip code in the US in this easy-to-use code.
Classic ASP Database Driven Select Menu (Dropdown Menu)
Creating an ASP Classic database-driven dropdown menu with SQL Server is easy with the following code.
Classic ASP Fill select menu with records from a database, insert selected records with live updated data
This Classic ASP code loads records from a database into a select menu then the user can insert the selected item into the database with a live JQuery view of the data.
Classic ASP Column & Paging System
This paging system includes Columning with Classic ASP. If your Classic ASP website has many records, this is your code. This will allow you to page through your records.
Column & Paging System for Classic ASP
Classic ASP Paging System, or Classic ASP Pagination, is a simple, easy-to-use system that allows your website to display many records on a more compact page instead of having everything load simultaneously, which is bad for your bandwidth.
Populate triple drop down list from database using Ajax and Classic ASP
Classic ASP & SQL Server on how to populate three drop-down menus for your website.
ASP Classic Truncate string and show dots at the end
ASP Classic, how to truncate a string and add dots at the end.
How to get the file name from the URL and use it to display different data
How do I get the name of an ASP Classic file with its extension to see what page I am editing?
ASP. Classic - How to create a Reusable Replace Function
How do you write a reusable function in Classic ASP that can be used on all ASP Pages?
How to convert Bytes into KB and MB and GB and TB
ASP Classic how to convert bytes into KB, MB, GB, and TB.