I was creating a form validator for a client and ran into this weird error only in Internet Explorer (Explorer) 7/8....
\'return\' outside of fu
Check to make sure you are not writing "var" in your function parameters.
In many languages you must specify the type of the argument parameters. In JavaScript you do not have to.