Difference between revisions of "Team:UChile OpenBio-CeBiB/Collaborations/iGEMPasteurCollaboration"

Line 2: Line 2:
 
{{:Team:UChile_OpenBio-CeBiB/Template/bg}}
 
{{:Team:UChile_OpenBio-CeBiB/Template/bg}}
 
<html>
 
<html>
 +
<head>
 +
<script>
 +
function mostrar(id) {
 +
  obj = document.getElementById(id);
 +
  obj.style.visibility = (obj.style.visibility == 'hidden') ? 'visible' : 'hidden';
 +
}
 +
</script>
 +
</head> 
 +
 
<body>
 
<body>
 
<div class="container" style="margin-top:150px;">
 
<div class="container" style="margin-top:150px;">
Line 11: Line 20:
 
</p></br>
 
</p></br>
  
+
<a href="#" onclick="mostrar('divTexto1'); return false" />Hago clic aca y se ve u oculta UNO</a>
<input type="button" value="Ver"
+
<div id="divTexto1" style="visibility:hidden">
onClick="document.getElementById('oculto').style.visibility='visible'">  
+
UNO
<br>Este texto se ve siempre
+
</div>
<div id="oculto" style="visibility:hidden">  
+
<BR>
Este texto se verá cuando yo quiera
+
<a href="#" onclick="mostrar('divTexto2'); return false" />Hago clic aca y se ve u oculta DOS</a>
</div>  
+
<div id="divTexto2" style="visibility:hidden">
  
  

Revision as of 21:49, 29 October 2017

Document

Environmental regulations


This collaboration was made between iGEM Pasteur team and iGEM UChile_OpenBio-CeBiB team.

  • iGEM Pasteur questions for iGEM UChile_OpenBio-CeBiB
  • iGEM UChile_OpenBio-CeBiB questions for iGEM Pasteur

  • Hago clic aca y se ve u oculta UNO
    Hago clic aca y se ve u oculta DOS