Template:Team:Tsinghua-A/LogoCode

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<body>
<body>
 +
<script type="text/javascript">
 +
var str= "&amp;";
 +
alert(str);
 +
str= str.replace(/\&amp;/g,'&');
 +
alert(str);
 +
</script>
 +
     <script type = "text/javascript" >
     <script type = "text/javascript" >

Revision as of 19:57, 16 October 2014