随笔分类 -  常用JS代码

摘要:<style>ul{width:60px}li{margin:0px;padding:0px;list-style:none;display:inline;width:30px}</style><ul id="test"><li>1</li><li>2</li><li>3</li><l... 阅读全文
posted @ 2010-05-22 12:07 tangself 阅读(387) 评论(0) 推荐(0)
摘要:<script type="text/javascript"> function closeWin(){ window.open("","_self"); window.top.opener=null; window.top.close();}</script><a href="javascript:closeWin();" target="_self">关闭&... 阅读全文
posted @ 2010-02-17 16:09 tangself 阅读(207) 评论(0) 推荐(0)