- 1,233 categories
- 40,467 scripts
Updated: 01/07/2007
- In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.
- Categories
- Tags
- Platforms
- Licenses
- Author
- For small and medium companies, we offers our flexible and modular content management system
With this in a small time you can have a professional dinamyc site, with non graphical limit, no content limit, no platform limit.
No component r...
- With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .
- In this series of our ASP Developer Articles, we will examine a new VbScript function called as '' The Len() Function''. With LEN functions you can calculate the length of the string. Following function calculates the length of a string tak...
- Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an include function. So I wrote these 3 functions: asp_html_include(), asp_vbs_include(), and vbs_include(). T...
- An article on how to validate user email addresses in no time using a simple VBScript function in ASP.