When using Google, I found that they use onclick events in anchor tags.
In the option more in the google header, it looks like a regular tag, but onclicking it does not redirect, but opens a menu. Usually when using
<a href='more.php' onclick='show_more_menu()'>More >>></a>
It usually goes into "more.php" without running show_more_menu() , but I have a menu on this page. How to do, for example google ?
javascript hyperlink anchor onclick
smartkid Sep 08 '11 at 12:11 2011-09-08 12:11
source share