
[js]javascript中最常用经典技巧(三)
41、email地址的分割 把如下代码加入<body>区域中 <a href="mailto:webmaster@sina.com">webmaster@sina.com</a&g...
41、email地址的分割 把如下代码加入<body>区域中 <a href="mailto:webmaster@sina.com">webmaster@sina.com</a&g...
21.让弹出窗口总是在最上面: <body onblur="this.focus();"> 22.不要滚动条? 让竖条没有: <body style=&quo...
1. 彻底屏蔽鼠标右键 oncontextmenu="window.event.returnValue=false" <table border oncontextmenu=return(fal...