Indonesia
<!-- 完整的HTML代码如下: --> <!-- web http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> < html> <head> <title>建站学院特效代码->>隐藏层的打开关闭</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head > <tubuh bgcolor=#FFFFFF > <!--------------------------------> <bahasa skrip=javascript> ie4 =(dokumen.semua)?true:false; ns4=(dokumen.lapisan)?true:false; function toExit(){ var args=toExit.argumen; var terlihat=args[0]; if(ns4){ theObj=eval("dokumen.lapisan['"+args[1]+"']"); if(theObj)theObj.visibility=terlihat; } else if(ie4){ if(terlihat=='tampilkan')terlihat='terlihat'; if(terlihat=='sembunyikan')terlihat='tersembunyi'; theObj=eval("dokumen.semua['"+args[1]+"']"); if(theObj)theObj.style.visibility=terlihat; } } </script> <div id=boysoft style="TINGGI: 80px; KIRI: 309px; POSISI: absolut; ATAS: 150px; VISIBILITAS: tersembunyi; LEBAR: 180px; Z-INDEX: 1"> <tabel bgcolor=# 356f66 border=1 cellpadding=0 Cellspacing=0 tinggi=80 lebar=180> <tbody> <tr> <td height=65 width="100%"> <tabel border=0 cellpadding=0 Cellspacing=0 tinggi=80 lebar ="99%"> <tbody> <tr> <td height=57> <font color=#ffffff>你看,这是一个隐藏的层,不过现在你可以看到了。<b></b>< /font></td> </tr> <tr align="center"> <td height=23 width="100%"><a href="javascript:toExit('hide','boysoft')"> <font color=white>关闭此窗口</font></a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> < /div> <a href="javascript:toExit('show','boysoft')"><font color="#0000FF">打开隐藏层</font></a> <!------ ----------------------------> </tubuh> </html>