Du bist hier: Snippet-Verzeichnis » Active Server Pages (124)
Sprache:

Snippet-Verzeichnis - Active Server Pages 

Kategorien

ADO (8) Authentifizierung (6) Mathematik (9)
Sicherheit (4) Strings (18)

Snippets

Binary to string

Use this function to change binary data to a string, so you can use it in your pages.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Browser Detection Script

Use this codesnippet toe find out which browser the user is using.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Calculate days in a month

Function used to return the number of days in any month, including leap years.

Sprache: English | Programmiersprache: VBScript | Autor: de [nicht registriert]

Character Scanner

A simple function to scan strings for certain characters.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Check e-mail address

With this codesnippet you can check if the user entered a valid e-mail address. It returns True if it's valid, False if it's invalid.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Check if a file exists

Using this function you can quickly find out if a certain file exists on your server.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Check if a string contains certain words

Use this function to check a string for certain words.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Check installed e-mail components

Use this complete page code snippet to which e-mail components are installed on your web server. Based on a codesnippet by Dave Maxwell, from Snitz Forums.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Check remote file

Use this handy function to quickly check if a remote file (e.g. an image) is available. Return True on success (meaning the file is there) and False on failure.

Sprache: English | Programmiersprache: VBScript | Autor: Dennis Pallett [nicht registriert]

Classic ASP: Session Timeout Warner

Ändert die Seitenhintergrundfarbe wenn 80% des eingestellten Sitzungstimeouts abgelaufen ist um den Benutzer zu signalisieren dass der Server die ungespeicherten Daten nicht mehr speichern kann. Ist die Sitzung komplett abgelaufen wird der ...

Sprache: Deutsch | Programmiersprache: JavaScript | Autor: Pfefferminzprinz
RSS