 |
 |
|
<%
sYouEmail="gbahri@vsnl.com"
EmailSubject="feed back and query form"
' Heading font color
FontColor="#000080"
' Heading Background Color
HeadColor="ffffff"
' Form Font Color
FormFontColor="#000000"
' Form Background Color
FormBackColor="#ffffff"
'Error Message Color
ErrorColor="red"
Function ValidateField(sFieldvalue, sFieldtype)
ValidField = true
Select Case LCase(sFieldtype)
Case "name"
If Len(sFieldvalue) = 0 Then ValidField = False
Case "email"
If Len(sFieldvalue) < 5 Then
ValidField = False
Else
If InStr(1, sFieldvalue, "@", 1) < 2 Then
ValidField = False
End If
End If
Case "else"
ValidField = False
End Select
ValidateField = ValidField
End Function
Sub ShowForm
%>
|
|
|
|
This website is designed
& developed by Pathfinder
Tel:-9896051160, 91-130-2251160[w] |
|