[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;&n...
http://www.jb51.net//article/15273.htm
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;&n...
http://www.jb51.net//article/14285.htm
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;&n...
http://www.jb51.net//article/13302.htm
$False$...
http://www.jb51.net//article/11570.htm
如何用ASP来识别操作系统是vista的?我在网上找了个函数,但是不能判断是vista系统,希望大家帮忙.这个是我在网上找的函数:Function GetCurrOS() Dim Info Info = navigator.appVersion If Instr(info,"NT 5.1")>0 Then GetCurrOS = "Windows XP" ElseIf Instr(info,"Tel")>0 Then GetCurrOS&n...
http://www.jb51.net//article/11133.htm
Event篇1,关于event的用法存在问题:IE中可以直接使用event对象,但是Mozilla不可以直接使用。例如: IE ONLY <input type="button" value="clickMe" onclick="doIt()"><script language="javascript"> function doIt(){ alert(e...
http://www.jb51.net//article/10970.htm
当电脑启动到Verifying DMI Pool Data解决方法: DMI是英文单词Desktop Management Interface的缩写,也就是桌面管理界面,它含有关于系统硬件的配置信息。计算机每次启动时都对DMI数据进行校验,如果该数据出错或硬件有所变动,就会对机器进行检测,并把测试的数据写入BIOS芯片保存。所以如果我们在BIOS设置中禁止了BIOS芯片的刷新功能或者在主板使用跳线禁止了BIOS芯片的刷新功能,那这台机器的DMI数据将不能被更新。如果你更换了硬件配置,那么在进行WINDOWS系统时,机器仍旧按老系统的配...
http://www.jb51.net//article/10156.htm
自己经常关掉vista里边的一些用不到的服务,节省些内存,手工改太麻烦,今晚花了点时间做了个自动优化还原的脚本可以自动禁止不需要的服务可以恢复vista安装时候的默认设置需要管理员权限运行 特色:可以通过修改服务列表方便的进行扩充,可以轻易的移植到xp@echo offgoto start:Copyrightecho -----------------------------------------echo &nb...
http://www.jb51.net//article/9567.htm
textarea的value是html文件源代码,如何把源代码存成html文件?? 如 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=...
http://www.jb51.net//article/9561.htm
<textarea name="ta1" rows=5 cols=50> aaaaaaaaaaaaaa bbbbbbbbbbbbbb cccccccccc dddddddddddd fffffff...
http://www.jb51.net//article/9556.htm
必须将 <script> 和 <style> 元素的内容包装到 CDATA 节中。 如果在脚本或样式表中使用特殊字符(例如 < 或 &)或实体引用(例如 < 或 &),则需要将脚本或样式表的内容标记为 CDATA(字符数据)节,如下所示。 <script type="text/javascript"><