meta http-equiv= pragma content= no-cache meta http-equiv= Cache-Control content= no-cache,must-revalidate meta http-equiv= expires content= Wed,26 Feb 1978 08:21:57 GMT
如何用JQuery的ajax跳转,可以这样清理
//ajax请求不缓存
$.ajaxSetup({ cache: false });
MaintainScrollPositionOnPostback= true 如内容超出单元格,则隐藏 > 让弹出窗口总是在最上面: body onblur= this.focus(); 不要滚动条? 让竖条没有: body /body 让横条没有: body /body 两个都去掉?更简单了 body scroll= no /body 怎样去掉图片链接点击后,图片周围的虚线? a href= # onFocus= this.blur() img src= logo.jpg border=0 /a 电子邮件处理提交表单 form name= form1 method= post action= mailto:****@***.com enctype= text/plain
input type=submit /form 在打开的子窗口刷新父窗口的代码里如何写? window.opener.location.reload() 如何设定打开页面的大小 body onload= top.resizeTo(300,200); 在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动 html head STYLE body {background-image:url(logo.gif); background-repeat:no-repeat; background-position:center } /STYLE /head body bgproperties= fixed /body /html
各种样式的光标 auto :标准光标 default :标准箭头 hand :手形光标 wait :等待光标 text :I形光标 vertical-text :水平I形光标 no-drop :不可拖动光标 not-allowed :无效光标 help :?帮助光标 all-scroll :三角方向标 move :移动标 crosshair :十字标 e-resize n-resize nw-resize w-resize s-resize se-resize sw-resize
1、控制横向和纵向滚动条的显隐? body > body > body scroll= no 不显 2、表格变色 TD quot;this.style.backgroundColor='#FFFFFF' onmouseout= this.style.backgroundColor='' >3、 禁止复制,鼠标拖动选取 body ondragstart=window.event.returnValue=false oncontextmenu=window.event.returnValue=false
onselectstart=event.returnValue=false 4、 普通iframe页面 iframe name= name src= main.htm width= 450 height= 287 scrolling= Auto frameborder= 0