Function CheckImage(strValue)
If strValue = "" Or IsEmpty(strValue) Or IsNull(strValue) Then
CheckImage = ""
Else
CheckImage = "<img src=""images/" & strValue & """ border=2>"
End If
End Function
Tag : - - - -
Date :
18 เม.ย. 2549 10:34:36
By :
โอ๋
View :
2357
Reply :
2
No. 1
Guest
Function CheckImage(strValue)
If strValue = "" Or IsEmpty(strValue) Or IsNull(strValue) Then
CheckImage = ""
Else
CheckImage = "<img src=""images/" & strValue & """ border=2 width=\"ขนาดที่ต้องการ\">"