|
|
 More Subcategories Available
| VBScript [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
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 |
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 |
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 |
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 |
|  | |
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 |
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 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|