You have some odd things going on there.
What is the purpose of this?
What are you trying to do?
For one thing, the function you are calling (emailadd_onFocus) is in a comment block, and cannot therefore be called from the Response.Write(emailadd_onFocus... line. That is what is causing the error you are seeing.
However, even if that method could be called, you have not declared or coded your "thisadd" object, whatever that is.
Additionally, your emialadd_onFocus method returns no value so even if all this worked the Response.Write would not have anything to write.
Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems