var str=document.validation.emailcheck.value
var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
I have the following script. I need a script that does not allow users to enter their personal email address such as gmail,yahoo,hotmail, etc.