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
Sometimes, when you're writing back end systems where the user is expected to have JavaScript enabled in order to use the system, I feel it's fine to use javascript: href
tags, since use of the system requires JavaScript anyway.
In this case, there is nothing wrong with using href="javascript:"
, is there?