validate form?

This is a discussion on "validate form?" within the JavaScript Forum section. This forum, and the thread "validate form? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 17th, 2003, 09:35
Junior Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah dito.
And now I see Mr. KuleGamr profusely apologising in the Free For All forum, so I must have missed out on some serious fun.

I hope you guys haven't permanently deleted that thread...

  #2 (permalink)  
Old Sep 17th, 2003, 09:58
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
I believe it got deleted... I am looking into the matter and will keep you informed.

Rob
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #3 (permalink)  
Old Sep 17th, 2003, 12:42
Junior Member
Join Date: Sep 2003
Location: Dubai, United Arab Emirates
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Part of the fun of forums is having barneys with people you don't know, or reading other people having them.

I do hope it wasn't deleted permanently.
  #4 (permalink)  
Old Sep 17th, 2003, 12:50
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
It appears it was permenently deleted by a moderator who shall remain nameless.

He has been ticked off, and I assure all, it wont happen again.

Sorry guys.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #5 (permalink)  
Old Sep 17th, 2003, 12:57
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Boo!

u2o
  #6 (permalink)  
Old Sep 17th, 2003, 13:03
Junior Member
Join Date: Sep 2003
Location: Vatican City
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Rob

It appears it was permenently deleted by a moderator who shall remain nameless.

He has been ticked off, and I assure all, it wont happen again.

Sorry guys.

<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
Name him please! Can we now have a thread to kick his arse instead?
  #7 (permalink)  
Old Sep 17th, 2003, 13:24
Junior Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by GillBates

Part of the fun of forums is having barneys with people you don't know, or reading other people having them.

I do hope it wasn't deleted permanently.
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Next thing you know they'll be wanted us to talk about web development. Sheesh.
  #8 (permalink)  
Old Aug 30th, 2004, 04:20
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
validate form?

I have a form which will ask the user to input data!
What I want to do is to force the user include the "*" symbol inside each of the text box that they will fill in!

If the textbox dont have this symbol "*", then a popup message will appear "YOU MUST INCLUDE THE * SYMBOL TO INDICATE IT IS A BOOKING DATA"

I have tried to modify the email validation form but, I just dont have the "tallent"
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #9 (permalink)  
Old Aug 30th, 2004, 06:18
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
What function are you currently using?
  #10 (permalink)  
Old Aug 31st, 2004, 07:10
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
well...i tried to modify the javascript email validation!-->field must have the "@" symbol.
but i just cannot find the error! other than that, i dont have any other function that i know!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #11 (permalink)  
Old Aug 31st, 2004, 07:47
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
just call this function, edit the code to do what you want:

Code: Select all
function check() {

string = document.getElementById("text1").value;

if (string.indexOf("*") == -1) {

alert("You must include the * symbol");
//EDIT YOUR CODE HERE!

}
else {

alert("Thats ok!");
//EDIT YOUR CODE HERE!

}

}
Closed Thread

Tags
validate, form

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Validate a form only if certain conditions are met svennie12 JavaScript Forum 2 May 10th, 2008 14:59
[SOLVED] How to Validate a HTML Contact Form Xhmtl Web Page Design 2 Dec 9th, 2007 20:11
[SOLVED] Validate Form Class soloam JavaScript Forum 2 Nov 28th, 2007 14:51
Why should I validate CSS? spinal007 Web Page Design 13 May 11th, 2007 14:24
validate form Monie Classic ASP 1 Sep 2nd, 2004 09:06


All times are GMT. The time now is 04:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43