二款asp 邮箱地址验证代码

作者:袖梨 2022-06-29


 

请输入电子邮箱:>


 



<%
 if request.form("submit")="确定" then      '单击【确定】按钮
  email=request.form("email")      '读取输入的字符串
  if chkemail(email) then       '调用chkemail过程
   response.write("") '提示格式错误
  end if
 end if
%>

相关文章

精彩推荐