Team:UT Dallas/page js

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
function test()
+
function show_info(id)
{
{
-
   alert('it\'s working');
+
   alert(id);
}
}

Revision as of 00:26, 7 September 2013

function show_info(id) {

 alert(id);

}