hey onpnt [2thumbsup]
i found the mistake (at last) [idea]
in the above .html file where i was writing
....
........
if emailAdd <> "" then
blnValidEmail = RegExpTest(emailAdd)
if blnValidEmail then
alert "Valid email address"
else
alert...
hey [afro]
hey thanx a lot onpnt, here's a medal for u [medal]
i've already marked ur post as an helpful & expert post
i tried your code & it really works well, [2thumbsup]
but if i type xyz@xyz.c or xyz@xyz.c.o.m
then also it works. [sad] sorry for being so pushy
towards vbscript...
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 =...
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 =...
hi onpnt,
thank you very much for your reply :->
but the code u sent checks only for @ sign & not for .com or .co.in :-(
i need that vbscript should check for proper email address validation
ok i'll try to explain again
i have a text box & a submit button in my .HTML file
the user inputs his...
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
hey SPYDERIX,
thanks for that,
when i write something with the text tool selected & go for
its options ps says "no options for the Type Tool" is it
because i have ps5.5
the problem is i dont have illustrator
i tried to create the text in MS-Word through Wordart
& paste it in...
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
hi denniscpp
it is as simple as this
hope this solves ur problem
#include <dos.h>
#include <stdio.h>
#include<conio.h>
void main()
{
gotoxy(5,5);
printf("denniscpp");
}
hey guys,
thank u very much, it worked [thumbsup2].
this problem was [hammer]ing me since about a month
& u solved it in just a day.
thank u for [openup]ign me up
bye [wavey2]
Hi Denster,
very very thanks for your reply.
your prg. is too good. but it only specifies how to extract the system date.
i was able to find the same but still didn't find the difference.
so pls. can u suggest me the ways to find the diff. between the two date, ie. system date and...
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.