Posts Tagged ‘ASP’

Public Function IsValidEmail(email)
Dim names, name, i, c
IsValidEmail = True
names = Split(email...

1

2

3

Read More: 879 Words Totally

January 7th, 2009

ASP常用自定义函数--CutStr

No Comments, Learning, by 木公.

Function CutStr(byVal Str,byVal StrLen)

Dim l,t,c,i

l=Len(str)

Read More: 252 Words Totally

January 7th, 2009

ASP常用自定义函数--ShowMsg

No Comments, Learning, by 木公.

Sub ShowMsg(byval msg,byval url)

Response.Write("")

IF url="" Then

Read More: 232 Words Totally

Function GetURL()

 

Dim Get_HOST : Get_HOST=Request.ServerVariables("HTTP_HOST")

Read More: 265 Words Totally