Hi got an issue with my script and FF. I use the folowing code for validation but it doesn't work for me using FF, works fine with IE.
function checkemail() {
var check = document.form
var one = new Array("com", "edu", "net", "ca", "org")
if(check.email.value == "") {
alert("Please enter...