Records 1 to 20 of 28
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Strings ASP Scripts
ASP Script Home » Strings
28 ASP Strings Scripts
Sort: Most Viewed | Highest Rated | Newest
Count Word in Article or Blog PostThis code will count the number of words such as article or blog post. You can see it in action at Ex-designz article section....Added on: 8/30/2007 Hits: 362 Rating: (3.05) votes 41
Simple URLencode FunctionThis is a simple URLencode function. URLencoding replace the percentage sign with the plus sign in the browser address bar to make it look nice....Added on: 8/23/2007 Hits: 221 Rating: (3.12) votes 33
Limit number of character outputThe result will output only 200 charcter. This is very useful if you have longer than 200 characters such as summary....Added on: 8/11/2007 Hits: 197 Rating: (2.89) votes 37
Generate Random Pronounceable WordThis code will generate a random pronounceable word that can be use for password or other project you have that require to generate a a random word....Added on: 1/21/2006 Hits: 6430 Rating: (3.08) votes 164
UnMappath FunctionThe UnMappath function returns the virtual path of the absolute path specfied in the required argument pathname. ...Added on: 12/9/2002 Hits: 5290 Rating: (2.58) votes 83
Root FunctionThe Root function returns a string representing the root folder of the server...Added on: 12/9/2002 Hits: 5741 Rating: (3.00) votes 42
PrettyPath FunctionPrettyPath formats a path for use in user displays. PrettyPath is useful for trimming down long directory paths or abbreviating them. No attempt is made by PrettyPath to determine the validity of the entered path's syntax or if the path already exists on the server. The output of PrettyPath ...Added on: 12/7/2002 Hits: 4742 Rating: (2.90) votes 63
GetShortPath FunctionGetShortPath returns the DOS 8.3 equivalent of an entered path to a file or folder. There is one argument, sPath representing the path to translate to a short path. The path (file or folder) must exist on the server or an error will occur. GetShortPath is most useful with the Shell stateme...Added on: 12/7/2002 Hits: 6760 Rating: (3.02) votes 41
Clear StatementThe Clear statement resets a variable to Empty or an object reference to Nothing. ...Added on: 12/7/2002 Hits: 5811 Rating: (2.90) votes 50
Colorize VBColorize VB Script to display in a page...Added on: 11/23/2002 Hits: 6330 Rating: (2.90) votes 40
parseonelineThis subroutine takes in a long string, parses out one line at a time, and then calls a process routine to handle the line of text. ...Added on: 11/21/2002 Hits: 6809 Rating: (2.93) votes 55
Parse and Pull domainThis will pull the domain out of a string. Increase the length if you want to pull domains over 14 characters...Added on: 11/21/2002 Hits: 6853 Rating: (2.73) votes 52
upload snipletTo parse the Multipart/form-data from Enctype submission ...Added on: 11/21/2002 Hits: 4579 Rating: (3.02) votes 46
CStrCatFaster version of StrCat posted by someone else. About 2x faster. About 6x faster than & (ampersand) operator for many concatenations. ...Added on: 11/19/2002 Hits: 4647 Rating: (3.04) votes 47
WraptItThis is a function to provide word wrap capability in your ASP pages. ...Added on: 11/19/2002 Hits: 4296 Rating: (3.05) votes 41
Highlight Word FunctionSearch for occurances of a keyword in a string and highlight them, by either bold, italic or boli-italic ...Added on: 11/19/2002 Hits: 5833 Rating: (3.24) votes 34
Credit Card ValidationValidates a credit card string...Added on: 10/23/2002 Hits: 5659 Rating: (3.02) votes 41
Records 1 to 20 of 28
|