Possible Duplicate:
Why use `javascript:void(0)` instead of `javascript:` as an href do nothing placeholder?
It seems we can achieve the same result using javascript:; while saving 7 characters. Why it is always recommended to use javascript:void(0)?