Joris De Groote said the following on 5/22/2006 5:30 AM:
Well, you won't actually go to this site. :)
It's for an internal website and I want to know who came to the site,
however, since we use dhcp & there are different locations, I can't really
use something like an IP adress table...
So I'm looking for other ways to find out who gets on our internal website.
Please Log In:
<form name="login" action="login.php"
onsubmit="return validate(this.form)">
<input type="text" name="userName">
<input type="password" name="userPassword">
<input type="submit" value="Sign In">
</form>
And have the validate function make sure neither input is blank before
submission.
Why make it harder than it is?
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/