Team:Cambridge/Labwork/Protocols

From 2011.igem.org

(Difference between revisions)
Line 27: Line 27:
<html>
<html>
-
<script type="text/javascript">
+
<form name="new_prot" method="GET" action="https://2011.igem.org/wiki/index.php">
-
function setTitle()
+
-
{
+
-
  document.getElementByID("prot_name").value = ("Team:Cambridge/Protocols/" + document.getElementByID("prot_name").value).toUpperCase().split(" ").join("_");
+
-
alert(document.getElementByID("prot_name").value);
+
-
}
+
-
</script>
+
-
 
+
-
<form method="GET" action="https://2011.igem.org/wiki/index.php" onsubmit="return setTitle();">
+
<p>
<p>
<input type="text" name="title" id="prot_name" value="New Protocol Name"\>
<input type="text" name="title" id="prot_name" value="New Protocol Name"\>
<input type="hidden" name="action" value="edit"/>
<input type="hidden" name="action" value="edit"/>
<input type="hidden" name="preload" value="Template:Team:Cambridge/PROTOCOL"/>
<input type="hidden" name="preload" value="Template:Team:Cambridge/PROTOCOL"/>
-
<input type="submit" value="New" />
+
<button onclick="document.getElementById('prot_name').value=
 +
'Team:Cambridge/Protocols/' + document.getElementById('prot_name').value.split(' ').join('_')">New</button>
</p>
</p>
</form>
</form>
 +
 +
<button onclick="document.getElementById('prot_name').value=
 +
'Team:Cambridge/Protocols/' + document.getElementById('prot_name').value.split(' ').join('_')">New</button>
</html>
</html>

Revision as of 16:30, 7 July 2011

Loading...
OVERVIEW
home

Protocols

A list of all protocols developed during the project. To add one, press edit and follow the instructions in the comments

  1. Gibson Assembly : A relatively new technique of joining multiple DNA strands reliably.

Adding new Protocols THIS DOES NOT WORK YET!

Add a new link on this page with

#[[Team:Cambridge/Protocols/PROTOCOL_NAME_HERE |PROTOCOL NAME HERE]] : Insert description here