อยากกำหนดการแสดงรูปให้พอดีกับหน้าจอครับต้องเพิ่มอะไรตรงใหนครับจากCodeข้างล่างนี้ครับ
ขอบคุณครับ
'Check image field value whether it is empty or not
Function CheckImage(strValue)
If strValue = "" Or IsEmpty(strValue) Or IsNull(strValue) Then
CheckImage = ""
Else
CheckImage = "<img src=""images/" & strValue & """ border=0>"