链接类

VML

按钮类

标题类

表单类

表格类

菜单类

窗口类

对象类

滚动条

键盘类

框架类

例子类

模拟类

日期类

色彩类

鼠标类

数学类

图片类

文字类

下拉框

样式类

游戏类

状态栏

资料类

字幕类

其它类

 ·字体环绕
 ·滚动文字
 ·照明灯式
 ·动态文字
 ·动态文字
 ·字体变化效果
 ·变色文字
 ·水形文字
 ·字体效果
 ·闪动的文字
您当前位置:好素材首页 -> 网页特效 -> 文字类
查看信息

tips生成页
好素材网 www.HaoSc.com 02月22日 11:49

[查看演示]  源码如下
----------------------------------------------------------
<html>

<head>
<meta name='author' content='海娃,http://www.51windows.com'>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>New Page 1-www.51windows.Net</title>
<style>
<!--
td {font:menu; font-family: 宋体; font-size: 12px; padding: 1; }
.bar { background-color: #D8D8D0; color: #000080; border-left: 1 solid #ffffff; border-right: 1 solid #000000; border-top: 1 solid #ffffff;border-bottom: 1 solid #000000 }
-->
</style>
</head>

<body>
<p align="center"><input type="button" onClick="extractlinks()" value="生成" >
<div align="center" id="table">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="600" bgcolor="#800000">
<tr>
<td bgcolor="#F2F2F2" class=bar>win2000下的user.dmp是什么文件?</td></tr><tr><td bgcolor="#F6F6F6">
内存转储文件,系统出错时内存的映像</td>
</tr>
<tr>
<td bgcolor="#F2F2F2" class=bar>IE中的"内容"审查密码忘了怎办?</td></tr><tr><td bgcolor="#F6F6F6">
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Ratings\Key方法是先把一台已知密码的机子的IE设密码,然后纪录该键值,在这台机子上改就成了!</td>
</tr>
<tr>
<td bgcolor="#F2F2F2" class=bar>如何解锁电脑(注册表)?</td></tr><tr><td bgcolor="#F6F6F6">
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]<br>
"DisableRegistryTools"=dword:00000000<br>
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]<br>
"DisableRegistryTools"=dword:00000000<br>
另存为1.reg然后双击</td>
</tr>
<tr>
<td bgcolor="#F2F2F2" class=bar>loadqm.exe 是什么?</td></tr><tr><td bgcolor="#F6F6F6">
Loads the MSN Explorer Query Manager的缩写,在安装完MSN后更新了注册表,此程序运行与否对使用msn没有影响<br>
Loadqm.exe是MSN Queue Manager的一个组件,当您安装了MSN Explorer或MSN Messenger或Windows XP后就会随系统自动启动。<br>
这个服务用于在后台进行系统所需的数据传送,如软件更新信息等,同时对这些传送进行排队和限流以不影响用户交互操作的带宽。</td>
</tr>
<tr>
<td bgcolor="#F2F2F2" class=bar>2000任务管理器中的cidaemon.exe?</td></tr><tr><td bgcolor="#F6F6F6">
cidaemon.exe > Component of Ci Filer Service 组成Ci文档服务<br>
是索引服务的一个组成。是文件索引服务进程,你可以在搜索对话框的搜索选项下禁止索引服务</td>
</tr>
</table>
</center>
</div>

</body>
<script>
var links=document.all.tags("TD")
var total=links.length
for (i=0;i<total;i++){}
</script>
<script language="JavaScript1.2">
<!--
function extractlinks(){
var links=document.all.tags("TD")
var total=links.length
var win2=window.open("","","menubar,scrollbars,toolbar")
win2.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style>.bar{font:menu;padding-left:4px;background-color: #E0E0E0; color: red; border-left: 1 solid #ffffff; border-right: 1 solid #000000; border-top: 1 solid #ffffff;border-bottom: 1 solid #000000}</style><title>操作技巧-www.51windows.Net</title>')
win2.document.write("<script>function show(c_Str){if(document.all(c_Str).style.display=='none'){document.all(c_Str).style.display='block';}else{document.all(c_Str).style.display='none';}}</script>")
win2.document.write("<font style='font:menu;color:red;'>一共有"+total/2+"技巧:</font>")
for (i=0;i<total;i+=2){
win2.document.write("<div class=bar onclick=show('tip"+i+"')>"+(i+2)/2+"."+links[i].innerHTML+"</div>")
win2.document.write("<div id='tip"+i+"' style='color:blue;font:menu;background:#F0F0F0;display:none;padding:6'>"+links[i+1].outerHTML+"</div>")
}
}
//-->
</script>

</html>

<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div>


此信息共 1 页 [1]