nancmu
Mar 4 2005, 03:04 PM
Hi all, I'v code that checking for your form. How's works? - When input text was emptied or up to you(you said s/he must enter text more than the value or anything else). - When it was worked, the message will show under input box. CODE // java script for checking form. <script type="text/javascript"> <!-- function checkValidable() { var check = 0; var v1 = document.loginForm.Name.value.length; var v2 = document.loginForm.StID.value.length;
if (v1 < 1) { check = 1; note1.style.display = ''; // show Name's warning } else { note1.style.display = 'none'; // hide Name's warning } if (v2 < 1) { check = 1; note2.style.display = ''; // show StID's warning } else { note2.style.display = 'none'; // hide StID's warning }
if (check) { return false; } else { return true; } } //--> </script>
// begin forn <form action="" name=loginForm onSubmit="return checkValidable()"> <table> <tr> <td>Name</td> <td> <input type=text size=20 name=Name> <div id=note1 style="display: none; color: red">Please Enter Your Name</div> // show when invalid input </td> </tr> <tr> <td>Student ID</td> <td> <input type=text size=20 name=StID> <div id=note2 style="display: none; color: red">Please Enter Your ID</div> // show when invalid input </td> </tr> <td></td> <td> <input type=submit name=submit value="Submit"> </td> </tr> </form> // end form
Hope you will enjoy  . P.S. However you can't rely on the checking from computer's user.
Reply
Similar Topics
Keywords : checking, form, check, validate
- Submitting A Form In Flex (follow Up Of Sm's Tut)
(2)
The Nokia Morph (cellphone Uses Nanotechnology)
I seen this new cellphone idea the other day. Check it out! (0) Has anyone else seen the new Nokia Morph cellphone? It uses nanotechnology to do things that you
only see in sci-fi movies! Take a look at this article and tell me what you think!....
Design A Contact Form In Flex Part 3
(2) Design A Contact Form In Flex Part 3 Hopefully you have able to get a grasp on my first tutorials
on how to design a flex form and then be able to stylize it with CSS. So now on to set up your form
to validate and of course being able to reset your form as well., and before we get to the actual
coding I break down the tags that will be used in this tutorial and what their roles are. Of course,
since my newbieness really starts here I try my best to explain these tags. The first tag I will
cover for setting up the validation is the tag, and since I don't underst....
Design A Contact Form In Flex Part 2
(0) Design A Contact Form In Flex Part 2 I hope that you learn a little bit of the Flex format with my
first tutorial because that was the easy stuff until you get to the actual programming such as
ActionScript and any other languages. Of course, I think this is by far the easiest part of
designing forms or applications and that is using CSS. I will like to point out that CSS in Flex is
a enigma and I will tell you why, because CSS in flex acts like regular CSS in html however it is
very limited in what you can use and yet CSS in Flex is very complex because of how you ca....
About Posting Form
(2) Hi i had just register for free account and just think that why it is so important to post form for
free hosting....
Text Size In "fill-in" Form Blanks
How do you change the size of the text in the fill in form entry boxes (2) Thanks for all the help on my previous question about adding an address to a "Submit" button.
I've also been able to add a "print page" button through the help from group members. I now have
another question. I've created a form using the Input commands that ask for name, address,
state, etc. My computer is set to use 12 point text on a 800 x 600 screen resolution. When I hit the
print screen button, everything is printed out fine, but I would like the information that people
will be entering into the various boxes to be of a larger or bolder style. The whole re....
Design A Contact Form In Flex Part 1
(0) Design a Flex Form Part 1 Well this is my first tutorial on Adobe Flex 3 which is a great program
if you’re interested in designing applications for the web 2.0 era. Adobe flex is the way to
go as it combines several different programming languages in order to make the most out of this
program. This includes HTML, CSS, XML, PHP/MySQL, XML, ActionScript, Ruby on Rails and ASP and this
is all possible by the use of MXML or Magic eXtensible Markup Language because it is a user
interface markup language. My three part tutorials for this form include designing the f....
Price Check
(1) I have a Canon Rebel G EOS. With a Canon zoom lens EF 28-80mm. with a case. How much would this go
for used?....
Perl For Automated Web Form Search
(1) Hi all, I'd like to write a script to automate a search in order to collect data from an online
database. The database is an archive of newspaper articles. The search is for certain words/text. It
is searchable via a form only. The rub is that only a small portion (a month) at a time is
searchable. I need to search every day for 50 years or so. Manually, this would take a considerable
amount of time. I'm thinking of using perl or ruby or something similar. I am an absolute
beginner with scripting and haven't done much formal learning in the subject since a ....
Vb 2008 Linking To Another Form..
(0) if i want to link another form will i use this code or there is easier one? code : form2.show or
hide : form2.hide is there another code to be used...? thanks....
Motorola Rizr Z3
the new Cell phone ( Check out ) (2) Motorola RIZR Z3 Cell Phone
After the RAZR comes RIZR (for riser). The all-new Motorola RIZR Z3 was showcased in
Cape Town, South Africa. Also known as the Capri, the Z3 is available in a slider form-factor
boasting quad-band GSM and EDGE support.
The phone has Bluetooth capability, and a nice addition is the A2DP (advanced
audio distribution profile) thrown in - you can conveniently use a wireless stereo headset w....
Application Form [approved]
(2) PRESENT CREDITS : HOSTING CREDITS : 37.65 Forum Username : Dhruv Display Username: Dhruv Email
Address:dhruvin_patel@hotmail.co.uk My request is for: HOSTING PACKAGE 1 Your Registered Domain
Name or Desired Trap17 Subdomain Name: tutorial-linker.trap17.com Introduce Yourself: Your hobbies,
interests, talents, etc. Let the forum know you better. • My name is Dhruvin. Hobbies: Girls, gaming
and computers. I have no talents I'm just a all rounder can do everything if i like biggrin.gif
.Live in United Kingdom. And am a student. Desired Hosting Account Username: 8....
Gahhh This Isn't Going Well Please Help!
It's a forgot password form in php! (12) CODE <? // database connection details stored here include "database.php"; ?>
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head>
<title>Thanks!</title> </head> <body bgcolor="#ffffff"
text="#000000"> <? $email=mysql_real_escape_string($email);
$status = "OK"; $msg=""; //error_reporting(E_ERROR | E_PARSE |
E_CORE_ERROR); if (!stristr($email,"@") OR !stristr(....
Html Form!
Using MySQL?! (4) Hey, I need your help again! I need some good working tutorial how I can update my SQL through
HTML form. I did use some tutorials online found with the help of google; but they do not work
properly; I mean there are still small mistakes. I need to have a good tutorial to follow. It
should be based on security and more things. It has to be done in proper way.......
Great Earning Site Check It Out Before Late!
(3) I have found some great earning site and posted in my blog. Check it out the recent one about
surfing, which is a great site i have ever found. It is not a scam, just make sure to login daily,
surf and click on their ads to stay active. Thats it. Many people failed to do that and blame it as
a scam. Check it out!! You have nothing to lose. http://zworldbd.blogspot.com ....
How To Make Form Nested In Internet Explorer ?
Nested form in IE (2) I want to make a form nested in another form, it's run on Opera and FireFox but it's occur
error in IE How can I make form f2 submit by using javscript ??? (I want to solve this
problem because my website using Ajax upload....
Prostate Check?
The good old glove (6) I am 14, and I was wondering what peoples experiences with the Prostate check up are. I am not
really that thrilled about having someone stick there finger in my Gluteius maximus, but what was it
like for all of you guys out here. I have not liked going to the doctor ever since my female doctor
put her hands down "there" and felt around and said "Does that tickle" when I was little, so as you
can see, I don't have good experiences.....
Php Ftp Upload Form
Adding User Directory to PHP Upload Form - Help (1) Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
upload things into the main directory, only sub-directories, is that possible with this coding that
I have: //uses $_FILES global array //see manual for older PHP version info //This
function will be used to get the extension from the filename function get_extension($fi....
Data Structures -- String -- Palindrome
Check if a string is a palindrome... (5) Write an algorithm to check whether a given string is palindrome or not in time complexity O(n)
What is a palindrome?? QUOTE A palindrome is a word, phrase, number or other sequence of units
that has the property of reading the same in either direction (the adjustment of punctuation and
spaces between words is generally permitted). Composing literature in palindromes is an example of
constrained writing. The word "palindrome" was coined from Greek roots palin
(πάλιν; "back") and dromos (δρóμος; "way,
direction") by....
Check This Totally Css Site Out
(6) Check out this and give me ur opinion www.eskiotongroup.com....
What Is A Computer Form Factor
(1) As I began my hardware class in school I knew I was going to be learning some new stuff about a
computer that I never really thought about besides the fact I use one. Hopefully what I talk about
in this topic will help people get a better understanding of computer hardware, especially when
might want to build one by scratch. The form factor is used to determine what power supply,
computer cases and motherboards you can use when building a fully customized computer instead of
getting one pre-built; such as Dell, Apple, Sony, and Alienware. There are 6 form factors (in....
2nd Method Of Disabling Safe Mode On Winxp
Check this one out too (2) Another method to disable safe mode is to remove the registry key: Backup the key before deleting
it, of course. This method does not remove the boot menu. However, it disables Windows' ability
to actually boot to safe mode. Attempting to boot to safe mode will cause a quick Blue Screen of
Death (BSOD) and restart.....
Test Our New Free File Hosting! The Fastest In The World! Check It :)
(12) Another freebie guys, and it certainly rocks! /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" /> We launched the new Free File Hosting files-upload.com –
check the speed! Take out anything you like, no limitation at all. http://files-upload.com ....
Check Referrer To Prevent Linking Yours From Other Sites
Check referrer with Php and Mysql (8) Check Referrer Using Php To Prevent People Linking To Your Downloads From Other Sites Ever
find that found some people are listing items, images and tuts and linking directly to the download
url (those that are like my photoshop tutorial.php?id=0), which is a .php to count the number of
downloads. To prevent this, you can add a piece of code to the download pages that checks which page
referred them to the download page: if it's my domain, it downloads the file normally, if
it's not, it will redirect to my home page instead. Important : Not all browser....
Have Diferences Of Performance Form Ps2 Full Console To Mini-ps2?
(8) Hi. Please if anybody test a mini-ps2. Have diferences of performance form PS2 full console to
mini-ps2? thanks.....
Form To Php Mail. Attachment
(14) i know there are a few topics talk about attachment problem, but i want to know if anyone could show
me a basic code for attaching files like pictures with the message. I made a html form, and
redirect the information to my mail.php file to process the information and send it to my email. I
want to know what do i have to do to attach files like pictures. I tried to search on google, and
the codes are so complicated (i'm an amateur at this). Would it be possilbe if you could show me
the code and explain to me what it does and how i could customize it to fit my needs?....
Girls: What "not" To Say To Guys!
Check it out? (40) After years of my friends talking about their break ups here are some NO NO's I've found.
Since 7 is my unlucky number, there are 7 tips! ...I got up to 30, but that's a bit too
much! ------------------------------------------------------------------------- 1) What are you
thinking? * Never ask a guy this. You may be wondering why, girls, but really the guy doesn't
need to knowing what he's thinking in his head. Besides, it's probably not anything you want
him to be thinking. (eg: You think he is thinking about you, but he could really....
The Best And Free Website/html Editors + Text Editors
A good collection! Check it out. (48) Here they are, the best html editors. Just pick one because they are all free, or choose one of the
ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
*** Click Here To Get Your Free Hosting ***
Trap17 Free Web Hosting Request Form - FILL OUT THIS FORM (1) Welcome to Trap17 Free Web Hosting. Before you start, read the Trap17 Readme . NOTE:
Trap17 is not like other forums where you can still survive without reading stickies. If you
don't read the Trap17 sticky you will NOT UNDERSTAND how to get hosting. Please take a few
minutes to do that now. Some more info: A NOTE TO NEW MEMBERS (those who haven't yet
participated in our forums) Before you post an application, You must participate in our forum and
collect "Hosting Credits". You earn "Hosting Credits" when you make a post. You should make good
genui....
Free Windowsxp Sp2 Cd From Microsoft
just fill the request form and recive it (13) microsoft offer 100% free windows xp sp2. just go to this link
http://www.microsoft.com/windowsxp/downloa...us/default.mspx and fill your address they will send
you the cd to you. I just recive the cd yesterday. /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> I see new feature like directx 9c , WMP9 ,
firewall , and the one I like is popup blocker! /wink.gif' border='0'
style='vertical-align:middle' alt='wink.gif' /> PS. waiting for the cd about 1-2 week if you
write an exact address.....
Looking for checking, form, check, validate
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for checking, form, check, validate
*MORE FROM TRAP17.COM*
|
advertisement
|
|