1 / 49
文档名称:

网页代码常用小技巧.docx

格式:docx   大小:58KB   页数:49页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网页代码常用小技巧.docx

上传人:luciferios04 2017/7/26 文件大小:58 KB

下载得到文件列表

网页代码常用小技巧.docx

相关文档

文档介绍

文档介绍:网页代码常用小技巧
如内容超出单元格,则隐藏 
style="TABLE-LAYOUT: fixed"
让弹出窗口总是在最上面: <body onblur="();">
不要滚动条? 让竖条没有: <body style='overflow:scroll;overflow-y:hidden'> </body>
让横条没有: <body style='overflow:scroll;overflow-x:hidden'> </body>
两个都去掉?更简单了<body scroll="no"> </body>
怎样去掉图片链接点击后,图片周围的虚线? <a href="#" onFocus="()"><img src="" border=0></a>
电子邮件处理提交表单<form name="form1" method="post" action="mailto:****@***.com" enctype="text/plain"> <input type=submit> </form>
在打开的子窗口刷新父窗口的代码里如何写? ()
如何设定打开页面的大小<body onload="(300,200);">
在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动<html><head> <STYLE> body {background-image:url(); 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
本机ip<%=("remote_addr")%>
服务器名<%=("SERVER_NAME")%>
服务器IP<%=("LOCAL_ADDR")%>
服务器端口<%=("SERVER_PORT")%>
服务器时间<%=now%> IIS
版本<%="SERVER_SOFTWARE")%>
脚本超时时间<%=%>
本文件路径<%=(("SCRIPT_NAME"))%>
服务器CPU数量<%=("NUMBER_OF_PROCESSORS")%>
服务器解译引擎<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %>
服务器操作系统<%=("OS")%>
文本竖排方式
<style type="text/css">
<!--
.shupai {Writing-mode:tb-rl}
-->
</style>
超链接去虚线边框
在链接中加上onfocus="()"
网页搜索关键字头里插入
<META NAME="keywords" CONTENT="xxxx,xxxx,xxx,xxxxx,xxxx,">
收藏夹图标
<link rel = "Shortcut Icon" href="">
我的电脑
file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
网上邻居
file:///::%7B208D2C60-3AEA-1069-A2D7-08002