Please copy-paste the form code into your reply with the Javascript.I'll check it.
Did you try my code suggestion?
Hi, I think you should validate the text boxes onSubmit, not onBlur.If your want to focus a field then this is how you go about it....
You can collect all the elements of a form into an Object, through which you can iterate to do whatever you want to. The forms collection:...
Isn't it because it's a DOS device? It is, "con" is for console, as in the command copy con filename.ext Same reason you can't create...
How to direct a browser to display a different HTML page This is actually very simple to do in a CGI script. Instead of the usual header...
Hi, The mail goes to the Bulk Folder because the your mail provider detected it as spam. If the mail does not come from a listed Mail Server, it...
Very useful piece of information Shabbir bhai.
Different Operating Systems use different characters as their path separator when specifying directory and file paths: foo/bar/baz # *nix...
This script is a simple file based counter. This is meant for sites that do not run a db and instead, use a file and a cookie. It isn't the best...
I like coding PHP, in Perl we can change an associative array to a list then to a string. In case if we wish to do the same in PHP, we need to...
JSP JSP stands for Java Server Pages. JSP is a server-side technology Java Server Pages are an extension to the Java Servlet technology that...
I installed it, but can figure out how to configure it!
All PHP coders are aware of the mail() function in PHP, which can be used to send mails. On Linux systems we ussually have Sendmail program...
This loop won't work, the condition given would prevent the execution even once. The correct code would be: for(n=1;n%a != 0 && n%b !=...
Right said Satyan, even I was about to post the same. Thanks Shabbir for the modified code for the loop.
All you all might be knowing, CSS based pages are search-engine friendly, so we all try to implement CSS in our web pages, so here are a few CSS...
Two of my friends faced a problem with writing a program which finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive...
Many times it is required for us to calculate the time remaining and display it in a very understandable format like days,weeks,hours etc. Here...
With an ODBC connection, you can connect to any database, on any computer in your network, as long as an ODBC connection is available. Here...
Separate names with a comma.