Categories
Tags → Function Vbscript

CMS.76

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...
DETAILS

Creating Text files on server

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.
DETAILS

VBScript Functions : DatePart()

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. .
DETAILS

VBScript Functions : The Len() 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...
DETAILS

include

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...
DETAILS

Server Side Email Addresses Validation

An article on how to validate user email addresses in no time using a simple VBScript function in ASP.
DETAILS
©2003-2019 jCay.com