Hi all,I want to make a script in my form that validate's a field for a specific word. I have an field where users can put there e-mail adres in, but all addresses with Yahoo in it should receive a warning that those addressen can't be used.I now have if (this.rawValue == "Yahoo") But i need to ad a...