Team:Alberta/LeftBar
From 2009.igem.org
(Difference between revisions)
Line 183: | Line 183: | ||
a.onclick = showMenu; | a.onclick = showMenu; | ||
a.onfocus = function(){this.blur()}; | a.onfocus = function(){this.blur()}; | ||
- | if (a.textContent == | + | alert(window.name) |
+ | if (a.textContent == window.name) | ||
{ | { | ||
activeMenu = a; | activeMenu = a; |
Revision as of 23:05, 10 October 2009
|