onBlur event not working

I've used the following code

<input type="text" name="email"

onblur="validateEmail(this.value,1,0);" />

Function ValidateEmail is in a.js file and I've included in my jsp. But this onblur event is not working. Even if u replace with any other Javascript code, nothing is shown(For ex alert). What cud be the reason?

[349 byte] By [harinibiligiria] at [2007-11-26 17:54:42]
# 1
I'm using this inside a JSP
harinibiligiria at 2007-7-9 5:07:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hahahahah total outsourcing :))))
mshanua at 2007-7-9 5:07:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Are u getting any error message in the task bar of your explorer?
mshanua at 2007-7-9 5:07:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Actually this is a Javascript question, not JSP/JSTL, and you should post it to an appropriate forum.But anyway, besides that there's a upper/lower case mistake, it could be probably the fact that the js file has some errors in it and the function isn't defined because of this.
beradriana at 2007-7-9 5:07:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...