User:Chuehloo/sandbox: Difference between revisions
mNo edit summary |
|||
| Line 70: | Line 70: | ||
<br> | <br> | ||
* Involves undergraduates teams from leading universities around the world | * Involves undergraduates teams from leading universities around the world | ||
* Takes place during a <font color = green> '''10 week period from early July until mid September | * Takes place during a <font color = green> '''10 week period from early July until mid September''' </font> | ||
Revision as of 17:25, 16 December 2006
A SVG
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="imagetoolbar" content="no"> <head>
<SCRIPT type="text/javascript">
function Change_Layer(checkbox, element_name){
// For each element, get the element's style object, then set
// its visibility according to the state of the checkbox. var svgobj = document.embeds['SVG_Basic_Test'].getSVGDocument().getElementById(element_name); if (!checkbox.checked){ // Hide layer. svgobj.setAttributeNS(null,'visibility','hidden'); } else { // Show layer. svgobj.setAttributeNS(null,'visibility','visible'); }
}
</SCRIPT>
<title>Example </title>
</head>
<body>
<a name="top"></a>
Example
<embed width="512" height="256" src="http://www.openwetware.org/images/e/ec/SVG_Basic_Test.svg" name="SVG_Basic_Test" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">
<form name="Change_Layer_form" action="">
| Visible Layers | |
| <input type="checkbox" value="" onclick="Change_Layer(this,'rectangle')"> Rectangle | |
| <input type="checkbox" value="" onclick="Change_Layer(this,'circle')"> Circle | |
<script type="text/javascript">
// Make sure all checkboxes are checked whenever the page is reloaded in the browser.
for (var i = 0; i < document.Change_Layer_form.elements.length; i++)
if (document.Change_Layer_form.elements[i].type == 'checkbox'){
document.Change_Layer_form.elements[i].checked = true;
}
</script>
</form>
</body>
</html>
Reference: How do I embed SVG into HTML page
Recruitment
|
iGEM is the premier competition in the cutting-edge field of Synthetic Biology
| |
|
We are seeking 6-8 highly motivated undergraduate students from Imperial College who are:
| |
|
To receive more info, register to our mailing list by sending an email to : igem (DOT) imperial2007 (AT) googlemail (DOT) com
|


