Team:UT Dallas/page js
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | function | + | function show_info(id) |
{ | { | ||
- | alert( | + | alert(id); |
} | } |
Revision as of 00:26, 7 September 2013
function show_info(id) {
alert(id);
}