Hello,
I have a text box that has a list of email address in them and I have a
function which validates email address. I want to know what the javascript
equivalant of the following.

email = Split(request.form("EmailAddress"),vbcrlf)
For x = 0 to UBOUND(email)
        if(validateEmail(email(x))) then
                sendErrorMessage
        end if
Next



---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to