|
|
Line 1: |
Line 1: |
| <html> | | <html> |
- | <head> | + | <p onMouseMove="hello()">鼠标经过时就会变色的文本</p> |
- | <SCRIPT LANGUAGE="JavaScript"> | + | <script language="VBScript"> |
- | <!-- | + | sub hello |
- | var bV=parseInt(navigator.appVersion);
| + | document.fgColor=int(256*256*256*rnd) |
- | var NS4=(document.layers) ? true : false;
| + | end sub |
- | var IE4=((document.all)&&(bV>=4))?true:false;
| + | </script> |
- | var ver4 = (NS4 || IE4) ? true : false;
| + | <SCRIPT language=javascript><!-- |
- | | + | BirthDay=new Date("november 01,2008");//改成你的计时日期 |
- | function expandIt(){return}
| + | today=new Date(); |
- | function expandAll(){return}
| + | timeold=-(today.getTime()-BirthDay.getTime()); |
- | function nomsg(){self.status="";}
| + | sectimeold=timeold/1000 |
- | | + | secondsold=Math.floor(sectimeold); |
- | if(ver4){
| + | msPerDay=24*60*60*1000 |
- | document.write("<SCR"+"IPT LANGUAGE=\"JavaScript\" SRC=\"rsmenu.js\"></SCR"+"IPT>");
| + | e_daysold=timeold/msPerDay |
- | }
| + | daysold=Math.floor(e_daysold); |
| + | e_hrsold=(e_daysold-daysold)*24; |
| + | hrsold=Math.floor(e_hrsold); |
| + | e_minsold=(e_hrsold-hrsold)*60; |
| + | minsold=Math.floor((e_hrsold-hrsold)*60); |
| + | seconds=Math.floor((e_minsold-minsold)*60); |
| //--> | | //--> |
- | </SCRIPT> | + | </SCRIPT><SCRIPT language=javascript><!-- |
- | </head> | + | document.write("There are "+daysold+" days before the final day"); |
- | <body>
| + | |
- | <span class="label"></span><br>
| + | |
- | <!---------- begin OUTLINE -----------> | + | |
- | <!--上方全部展开/关闭-->
| + | |
- | <A HREF="#" onClick="expandAll(false); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开或关闭全部菜单"><FONT STYLE="font-size: 9pt">展开/关闭全部</FONT></A>
| + | |
- | <!-- <BLOCKQUOTE> -->
| + | |
- | | + | |
- | <!--第一级父菜单-->
| + | |
- | <DIV ID="elOneParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elOne'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单一
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | <!--第一级子菜单-->
| + | |
- | <DIV ID="elOneChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr>
| + | |
- | <td height="12"> <A HREF="4.htm" target="data">连接页面4</A> </td>
| + | |
- | </tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第二级父菜单-->
| + | |
- | <DIV ID="elTwoParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elTwo'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单二
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第二级子菜单-->
| + | |
- | <DIV ID="elTwoChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="4.htm" target="data">连接页面4</A>
| + | |
- | </td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第三级父菜单-->
| + | |
- | <DIV ID="elThreeParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elThree'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单三
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第三级子菜单-->
| + | |
- | <DIV ID="elThreeChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="4.htm" target="data">连接页面4</A>
| + | |
- | </td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第四级父菜单-->
| + | |
- | <DIV ID="elFourParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elFour'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单四
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第四级子菜单-->
| + | |
- | <DIV ID="elFourChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="4.htm" target="data">连接页面4</A>
| + | |
- | </td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第五级父菜单-->
| + | |
- | <DIV ID="elFiveParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elFive'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单五
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第五级子菜单-->
| + | |
- | <DIV ID="elFiveChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="4.htm" target="data">连接页面4</A>
| + | |
- | </td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第六级父菜单-->
| + | |
- | <DIV ID="elSixParent" CLASS=parent style="margin-left: 0.1px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=101><tr><td class=label>
| + | |
- | <A HREF="#" style="color:#FFFF00; text-decoration:none;" onClick="expandIt('elSix'); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开全部菜单"> 主菜单六
| + | |
- | </a></td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!--第六级子菜单-->
| + | |
- | <DIV ID="elSixChild" CLASS=child style="margin-left: 0.5px">
| + | |
- | <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=96>
| + | |
- | <tr><td>
| + | |
- | <A HREF="1.htm" target="data">连接页面1</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="2.htm" target="data">连接页面2</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="3.htm" target="data">连接页面3</A><BR>
| + | |
- | </td></tr><tr><td>
| + | |
- | <A HREF="4.htm" target="data">连接页面4</A>
| + | |
- | </td></tr></table>
| + | |
- | </DIV>
| + | |
- | | + | |
- | <!-- </BLOCKQUOTE> -->
| + | |
- | <!--下方全部展开/关闭-->
| + | |
- | <DIV ID="elExpParent" CLASS=regular> <A HREF="#" onClick="expandAll(true); return false"><IMG NAME="imEx" SRC="bullet-plus.gif" WIDTH=9 HEIGHT=9 BORDER=0 ALT="展开/关闭全部">展开/关闭全部</A> </DIV>
| + | |
- | | + | |
- | <!---------- end OUTLINE ----------->
| + | |
- | | + | |
- | <br>
| + | |
- | | + | |
- | <SCRIPT LANGUAGE="JavaScript1.2">
| + | |
- | <!--
| + | |
- | if(NS4){
| + | |
- | firstEl = "elOneParent";
| + | |
- | firstInd = getIndex(firstEl);
| + | |
- | showAll();
| + | |
- | arrange();
| + | |
- | }
| + | |
| //--> | | //--> |
| </SCRIPT> | | </SCRIPT> |
| + | <table width="950" border="0"> |
| + | <tr bgcolor="#C9EAFE"> |
| + | <td width="80">Edinburgh iGem 2008</td> |
| + | <td width="870">Home</td> |
| + | </tr> |
| + | <tr bgcolor="#F4FFFF"> |
| + | <td> |
| + | <table bgcolor="#F4FFFF" bordercolor="#C4FDFD" width="200" border="1" > |
| + | <tr bgcolor="#F4FFFF"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh">Home</a></td> |
| + | </tr> |
| + | <tr bgcolor="#C4FDFD"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh/Project">The Project</a></td> |
| + | </tr> |
| + | <tr bgcolor="#C4FDFD"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh/Abstract">The Abstract</a></td> |
| + | </tr> |
| + | <tr bgcolor="#C4FDFD"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh/Parts">Parts Submitted to the Registry</a></td> |
| + | </tr> |
| + | <tr bgcolor="#C4FDFD"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh/Modeling">Modeling</a></td> |
| + | </tr> |
| + | <tr bgcolor="#C4FDFD"> |
| + | <td><a href="https://2008.igem.org/Team:Edinburgh/Notebook">Notebook</a></td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | <td bgcolor="#F4FFFF"> </td> |
| + | </tr> |
| | | |
- | </body> | + | </table> |
| + | </html> |