• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:17    Start  Previous  Next  Last    goto:
    Self Submitting Pages
    ON: 2007-06-30 19:03:40
    A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user.
    7 times | category:
    Censoring User Comments in a Guestbook/Forum Setting
    ON: 2007-06-30 19:02:41
    This tutorial shows you how to automatically censor specific words on posts for message boards or guestbooks when posted. It provides a function called CensorStr to do the job.
    3 times | category:
    Adding Form Content into Database
    ON: 2007-06-30 19:00:55
    An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted.
    20 times | category:
    VBScript forms
    ON: 2007-06-30 18:59:55
    This page explains how to collect info from forms and validate them with VBScript server side. All source code is available.
    20 times | category:
    Self-Referencing Forms
    ON: 2007-06-30 18:58:24
    This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications.
    8 times | category:
    Creating Dependent Select Objects With ASP
    ON: 2007-06-30 18:56:25
    Select boxes must often communicate with one another (i.e., a Child select object's option values depend on the value selected in the Parent object). This tutorial details how to create a hierarchy of select objects using ASP, SQL, ADO, and JavaScript.
    4 times | category:
    Forms - Check Boxes
    ON: 2007-06-30 18:54:52
    The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example.
    6 times | category:
    Implementing forms with ASP
    ON: 2007-06-30 18:50:20
    Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
    8 times | category:
    How to Build a Forms Validation Library
    ON: 2007-06-30 18:49:37
    This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
    5 times | category:
    Writing Smart Web-based Forms
    ON: 2007-06-30 18:48:25
    This is an extensive article that describes form validation technique to help the user submit correct information.
    5 times | category:
    Checkbox Sample
    ON: 2007-06-30 18:47:43
    This article discusses how to deal with various checkboxes in form via ASP. Covers: The Default No-Frills Checkbox, Checkbox With An Associated Value, Multiple Checkboxs With The Same Name, and Checkbox Which Maintains It's State.
    10 times | category:
    Submitting data to forms with IP*Works! WebForm
    ON: 2007-06-30 18:47:07
    ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component.
    4 times | category:
    Validating Form Input using Regular Expressions
    ON: 2007-06-30 18:46:32
    This article will show you how to use Regular Expressions to simplify writing form validation code. Example code available for download
    4 times | category:
    Request.Form and Stack Overflow
    ON: 2007-06-30 18:43:32
    Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included
    5 times | category:
    An easy way to CDONTS forms
    ON: 2007-06-30 18:42:11
    Use this quick wizard-like form to build a form that sends email using CDONTS. In a couple of minutes you will be able to recieve feedback.
    2 times | category:
    Send email via ASP 3.0 and CDONTS
    ON: 2007-06-30 18:41:21
    This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation page, thanking them for their input.
    6 times | category:
    Download multiple files in one http request
    ON: 2007-06-30 18:40:20
    This article shows a way to download multiple files in one http request. It let's you send an HTML page along with image preview, prepare more files for download and send the files as one data stream. One request, one authentication per multiple files
    1 times | category:
    this:1/1 25records  total:17    Start  Previous  Next  Last    goto: