Team:Virginia/Sandbox

From 2009.igem.org

(Difference between revisions)
m
m
Line 9: Line 9:
});
});
-
openWin = function(){
+
openWin = function(url){
     // open a welcome message as soon as the window loads
     // open a welcome message as soon as the window loads
     Shadowbox.open({
     Shadowbox.open({
-
         content:    'https://2009.igem.org/Team:Virginia/Sandbox_pop',
+
         content:    url,
         player:    "iframe",
         player:    "iframe",
         width: 1000,
         width: 1000,
Line 31: Line 31:
<a href="http://people.virginia.edu/~drt5p/VGEM/2009wiki/pop.html" rel="shadowbox;height=400;width=600">pop</a>
<a href="http://people.virginia.edu/~drt5p/VGEM/2009wiki/pop.html" rel="shadowbox;height=400;width=600">pop</a>
<a href="http://people.virginia.edu/~drt5p/VGEM/2009wiki/fractal.gif" rel="shadowbox">fractal directly</a>
<a href="http://people.virginia.edu/~drt5p/VGEM/2009wiki/fractal.gif" rel="shadowbox">fractal directly</a>
-
<a href="javascript:openWin()">wiki link</a>
+
<a href="#" onClick=openWin("./Team:Virginia/Sandbox_pop")>wiki link</a>
<a href="">test4</a>
<a href="">test4</a>
<a href="https://2009.igem.org/wiki/skins/common/images/wiki.png" rel="shadowbox">igem</a>
<a href="https://2009.igem.org/wiki/skins/common/images/wiki.png" rel="shadowbox">igem</a>

Revision as of 01:19, 29 September 2009