Class Cls_Fun
Private x
==============================
函 數 名
作 用
參 數
==============================
Public Function AlertInfo(InfoStr
If GoUrl="
Response
Else
Response
End If
Response
End Function
==============================
函 數 名
作 用
參 數
==============================
==============================
函 數 名
作 用
參 數
==============================
Public Function AlertNum(CheckStr
If Not IsNumeric(CheckStr) or CheckStr="" Then
Call AlertInfo(ErrStr
End If
End Function
==============================
函 數 名
作 用
參 數
需進行判斷的文本CheckStr
限定最短ShortLen
限定最長LongLen
驗證類型CheckType(
過短提示LongStr
過長提示LongStr
==============================
Public Function AlertString(CheckStr
If (CheckType=
Call AlertInfo(ShortStr
End If
If (CheckType=
Call AlertInfo(LongStr
End If
End Function
==============================
函 數 名
作 用
參 數
==============================
Public Function ShowNum(CheckStr
If Not IsNumeric(CheckStr) or CheckStr="" Then
Response
PageErr=
End If
End Function
==============================
函 數 名
作 用
參 數
需進行判斷的文本CheckStr
限定最短ShortLen
限定最長LongLen
驗證類型CheckType(
過短提示LongStr
過長提示LongStr
==============================
Public Function ShowString(CheckStr
If (CheckType=
Response
PageErr=
End If
If (CheckType=
Response
PageErr=
End If
End Function
a
==============================
函 數 名
作 用
參 數
==============================
Public Function BeSelect(Select
If Select
BeSelect=" selected=
End If
End Function
==============================
函 數 名
作 用
參 數
==============================
Public Function BeCheck(Check
If Check
BeCheck=" checked=
End If
End Function
From:http://tw.wingwit.com/Article/program/net/201311/14397.html