I wish to make a menu. Usually to help the visitor to get to a specific area I'll use this method:
<a href="#id">
would scroll to an element on the current page such as <div id="id">
.
I wish to know can this be possible to write in javascript? such as my guess
<a href="javascript:#id"></a> <div id="id">