
Home > ASP >
Miscellaneous
|
Sort by : |
|
1-20 of 72 Miscellaneous sites are shown.
|
|
This function can be used to have a random
password generated. It allows you to specify valid characters as well as specifying number
of characters.
|
|
|
|
|
|
|
Have you ever wanted to know how long it takes IIS to load a page or fetch some data from your database? Well, here is a simple ASP based page timer.
|
|
|
|
|
|
|
Pass the URL to this function and it validates the web site name.
|
|
|
|
|
|
|
Validates attributes of the SSN
|
|
|
|
|
|
|
Deletes ugly words from a text. Nice to use for your guestbook or forum etc.
|
|
|
|
|
|
|
How to get the domain ( i.e www.aspcode.net) part from an URL string
|
|
|
|
|
|
|
The ContentType property specifies the HTTP content type/subtype for the response header.
|
|
|
|
|
|
|
The Expires property specifies the length of time in minutes until a cached page on the browser expires.
|
|
|
|
|
|
|
The ExpiresAbsolute property specifies a date and time when a cached page on the browser will expire.
|
|
|
|
|
|
|
The IsClientConnected property indicates whether the browser has disconnected from the server since the last Response.Write.
|
|
|
|
|
|
|
The PICS property specifies the value of a PICS rating label for a document or a site
|
|
|
|
|
|
|
The Application object shares, stores, and retrieves information in response to requests from users to the application
|
|
|
|
|
|
|
The Server object provides access to the utility functions of the server. Methods are CreateObject, Execute, GetLastError, HTMLEncode, MapPath, Transfer and URLEncode. Property is Scripttimeout.
|
|
|
|
|
|
|
The Buffer property tells whether the page output being sent to the browser is buffered
|
|
|
|
|
|
|
The AppendToLog method adds a string to the end of an entry in the Web server log for this request.
|
|
|
|
|
|
|
The End method causes the web server to stop processing the script and to return the current results without processing the rest of the file.
|
|
|
|
|
|
|
The Flush method sends the contents of the buffer
|
|
|
|
|
|
|
The Write method sends any specified variant to the browser
|
|
|
|
|
|
|
The ClientCertificate collection property contains the values of the client certification fields of the request.
|
|
|
|
|
|
|
The Cookies collection property contains the values of the cookies sent in the request
|
|
|
|
|
|
|