| {\rtf1\ansi\ansicpg1252\deff0\deflang1044{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}} \viewkind4\uc1\pard\f0\fs17 A Simple Check for a Valid Email Address Using VBScript \par \par You can use this to check for a valid email address when a form is submitted. It is pretty flimsy, but is good for quick check. Moreover, you can enhance it using the logic from some of the other examples on this site, such as the one at http://www.freevbcode.com/ShowCode.Asp?ID=201. This other snippet was developed for Visual Basic 5.0 and up, but is easily portable to VB Script \par \par \par Function frmExample_onsubmit \par If instr(frmExample.txtemail.Value, "@") = 0 OR _ \par \tab instr(frmExample.txtemail.Value, ".") = 0 OR _ \par \tab Len(frmExample.txtemail.Value) < 7 Then \par \tab window.alert "Please specify a valid e-mail address!" \par \tab frmExample_onsubmit = False \par End IF \par \tab \par End Function \par \par } |
A Simple Check for a Valid Email Address Using VBS |
India web developer web development India | India web development company India ecommerce web developer