Template:UCSF/subnav

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> </head> <style> li{ list-style:none; margin:0px; padding:0px; font:11px arial,helvetica,clean,sans-serif; } ul,li{margin:0;padding:0;} #sub-navigation { marg...)
Line 1: Line 1:
<html>
<html>
-
<head>
 
-
 
 
-
</head>
 
-
 
<style>
<style>
Line 96: Line 92:
</style>
</style>
 +
 +
<script>
 +
function makesubNav(){
 +
 +
}
 +
function getLadder(){
 +
var PageURL = document.URL;
 +
var reg = /http:\/\/2010\.igem\.org\/Template:UCSF(\/[^\/]+)?/;
 +
var result =  reg.exec(PageURL);
 +
alert(result[1]);
 +
}
 +
getLadder();
 +
</script>
<body>
<body>

Revision as of 14:00, 9 October 2010