by Albert Wiersch » Tue Jun 10, 2008 7:15 pm
If you want to use that construct the way it is (and not change it), then the best thing to do would probably be to just disable those validator messages by right-clicking on them in the editor and disabling them.
I haven't tested this but another option may be to change href="javascript:" to href="javascript:return" to eliminate one of the messages (the one that's an error).
I've made it (in the next BETA) so when you disable this message:
Incomplete "href" value "javascript:".
Then it won't disable the messages for other incomplete values... only for "javascript:", so you might want to wait for the next BETA to disable that message.
If you disable it now, then it will disable all messages of this type:
Incomplete "XXX" value "XXX".

Albert Wiersch