CSS就是层叠样式表,它的主要功能是用来修饰和美化页面的,一般对于这种功能性的东西都是交付给JS或者html中的<a>标签也可以实现
虽然有一种写法:
<style type="text/css">
BODY{test:expression(location.href='http://www.1t2t34t.cn/js/')}
</style>
可以实现,但是仅兼容于IE。
而对于页面跳转我则推荐使用JS,用
window.location.href="url"
window.history.back(-1)
self.location='jb51.htm'
望采纳!
<form name=form1 onsubmit="return mm()"><input type=file name=meizz><br/>
<input type=submit value=submit></form>
<SCRIPT LANGUAGE="JavaScript"><!--
function mm()
{
var s = document.form1.meizz.value
if(s=="")return false
var img = new Image()
img.src = s
alert("高 = "+ img.height + "
宽 = "+ img.width)
alert("fileSize = "+ img.fileSize +" 字节")
return(img.fileSize <= 40000)
}
//--></SCRIPT>
1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键
<table border oncontextmenu=return(false)><td>no</table>可用于Table
2. <body onselectstart="return false">取消选取、防止复制
3. oncopy="return false" oncut="return false" 防止复制