Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mad411
  • Content: Threads
  • Order by date
  1. mad411

    Email Validation Using VBScript

    hi, here's email validation code using vbscript <HTML> <HEAD> <TITLE>E-Mail Validation using VBScript</TITLE> </HEAD> <BODY> <script language=&quot;vbscript&quot;> <!-- function emailval() Dim emailAdd emailAdd = form1.emailAddress if emailAdd <> &quot;&quot; then emailAdd =...
  2. mad411

    emial validation (again)

    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 =...
  3. mad411

    email validation

    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
  4. mad411

    Circular Text

    hi experts, i have a circular logo which is surrounded by text is it possible to create text in circular format in photoshop thanks for ur tek-tips
  5. mad411

    CDONTS???????

    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
  6. mad411

    email validation

    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
  7. mad411

    Since a beginner i am not able to f

    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(&quot;%d, %d&quot;,++i,i++); } output: 1, -1 So please explain me the logic of the same.
  8. mad411

    date difference

    hello e'body the problem is very simple, i'm taking a date from the user & want to calculate its difference with system date in days. so plz help!!!!

Part and Inventory Search

Back
Top