What does href="javascript:" mean?

Skilled contributor
1May2009,13:59   #1
Izaan's Avatar
Code:
<a href="javascript:">image here that has a onclick javascript call</a>
What does above code do ?
Go4Expert Founder
1May2009,14:59   #2
shabbir's Avatar
It would mean the Javascript code after : would be executed by the browser.