hey
thanx to u all
i've been to the site
http://www.4guysfromrolla.com where i found this asp code for email validation
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=47
<html>
<head>
<title>VBscript email validation</title>
</head>
<body>
<%
Dim emailAddress
emailAddress =...
hello experts,
is it possible for me to validate the email address typed by the user, i.e vbscript should check for all the things in the add. i.e only one @ sign only one . before com &
.co.in etc
i know this can be done using vbscript but dont know how?
so please can anyone help
hi all the experts,
being a newbe, i dont know what exactly CDONTS is and why and where and how it is used, if u could please give a simple example.
thank u
bye
hey friends just wondering if i can validate the email-id
entered through the text field i.e. it should contain a
single '@' sign, a single '.' & a single 'com'
& of course it should be in sequence
can this be done using asp
Since a beginner i am not able to find the logic
of this prg.
According to me the output should be :
0, -1
#include<stdio.h>
void main(void)
{
int i=-1;
printf("%d, %d",++i,i++);
}
output:
1, -1
So please explain me the logic of the same.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.