Template:CSU Template 1 top

From 2012.igem.org

(Difference between revisions)
Line 373: Line 373:
}
}
-
var pageURL = window.location.href;
+
//*******************************************************************
-
var pageURLparts = pageURL.split("/");
+
//************************EDIT PAGE DIV****************************
-
alert(pageURLparts[3]);
+
//*******************************************************************
 +
 
 +
var pageURL = window.location.href.split("/");
 +
alert(pageURL[3]);
</script>
</script>

Revision as of 19:48, 18 July 2012