Hits Today: 1 Total: 1647 | Updated: 5/30/2003 | |
 | ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer... Author: J. Paul Schmidt Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4734 | Updated: 8/23/2005 | |
 | The Eval function and the Execute statement which are new features in VBScript 5.0 are closely related. They both can be used to evaluate, or execute, a VBScript expression at run time.
Author: DevGuru Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 2315 | Updated: 9/19/2003 | |
 | A function used to remove specific variables from a QueryString. For example if you have index.asp?test=1&another=122&more=312 calling the stripper with the variable another would return index.asp?test=1&more=312 Code: ASP 1.0 & VBScript | |  | |
Hits Today: 2 Total: 1605 | Updated: 11/17/2003 | |
 | VBScript only provides a single built-in data type: the array. From that data type you can do a lot, though. Sometimes it's nice to have other data types, such as a linked list, stack, or queue. Author: 4guysfromrolla.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 1765 | Updated: 4/23/2005 | |
 | Often when using ASP or Active Server Pages you will find it necessary to create Hyperlinks or 'email us' links dynamically. People seem to act like this is some sort of mystical and complex process and they couldn't be farther from the truth. Author: PowerASP Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 5870 | Updated: 3/25/2001 | |
 | This simulates a tab control in pure DHTML, using cascading stylesheets and VBScript to do the job. Mind you the VBScript code can easily be changed to JavaScript. Author: Stephan Kajos Code: ASP 3.0 & JScript |
Hits Today: 1 Total: 2889 | Updated: 8/1/2001 | |
 | Online VBScript Nibbles, is a clone of the original Nibbles made with QBasic. This VBNibbles works on client side VBScript. I have created some features like a control to manage the long of the figure and other stuff. Author: FArteaga Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 2288 | Updated: 9/3/2001 | |
 | This script colorizes your vbScript for display on web pages. All colors can be managed through a style sheet. It seems that those who knew about the results of this version always kept asking me for the code and my old version that I refered them... Author: Lewis Moten Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2852 | Updated: 5/15/2002 | |
 | This tutorial gives you a whirlwind tour of the different looping statements of VBscript and using various examples shows you how you might begin to use them in your own coding. Author: Tim Warke Code: ASP 2.0 & VBScript |
|