Team:Alberta/LeftBar
From 2009.igem.org
(Difference between revisions)
Line 155: | Line 155: | ||
activeMenu = this; | activeMenu = this; | ||
lastClicked = this.textContent; | lastClicked = this.textContent; | ||
- | + | window.name = lastClicked; | |
} | } | ||
alert(lastClicked); | alert(lastClicked); | ||
+ | alert(window.name); | ||
//for(att in this){ | //for(att in this){ | ||
//alert(this[att]); | //alert(this[att]); |
Revision as of 23:00, 10 October 2009
|