Hello,
How do I get the Id of a node that is tabbed(focused)?
I have a menu mainly made by div tags and a-tags. If the user tabulate to a special menu I want to save that id into a cookie. Next time I would like to get the cookie and make that menu focused again.
I want this to happen on onUnload().
Some of my code:
How do I get the Id of a node that is tabbed(focused)?
I have a menu mainly made by div tags and a-tags. If the user tabulate to a special menu I want to save that id into a cookie. Next time I would like to get the cookie and make that menu focused again.
I want this to happen on onUnload().
Some of my code:
Code:
<div id="menu0" class="clF">
<span></span>
<a href="template_07.htm" class="clS">Cars</a><br>
<span></span>
<a href="template_07.htm" class="clS">Bikes</a><br>