
以下为详细代码 <html> <head> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312"> <title>windows颜色选择框</title&阅读全文
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="ht阅读全文
<%@LANGUAGE="VBSCRIPT"CODEPAGE="936"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transit阅读全文
近日,金山毒霸截获了一种能够修改Thinkpad笔记本硬件配置信息的病毒——“奸商修改器”(Win32.troj.profiteer.271360)。该病毒是一个修改器程序,能对从ThinkpadT43开始到酷睿2时代T60之间的所有机型进行修改,让低配置的水货机甚至完全冒牌的机器,看上去和正品行货阅读全文
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="ht阅读全文
以下为详细代码 <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTMLlang=zh阅读全文
以下为详细代码 <html> <head> <title>另一个省市二级关联select下拉菜单代码</title> <metahttp-equiv="Content-Type"content="text/html;charset=g阅读全文
以下为详细代码 <html> <head> <title>一个省市县三级关联select下拉菜单代码</title> <metahttp-equiv="Content-Type"content="text/html;charset=g阅读全文
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="ht阅读全文
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <htmlxmlns="http://www.w3.阅读全文
以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="ht阅读全文
如何让文本框不出现提交过的表单信息在<form></form>标签中添加autocomplete="off"例如:<formname="form1"method="post"autocomplete="off"action="userlogin.do"> 或者在阅读全文
以下为详细代码 <STYLEtype=text/css> aimg{FILTER:gray} a:hoverimg{FILTER:} </STYLE> <h2>图片链接默认链接为灰色,鼠标放上去变彩色css效果代码</h2> <a阅读全文
用到的图片 以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"> <htmlxmlns="http://www.w3.org/1999/xhtml"> <head> 阅读全文
asp随机数字,可以当成随机验证码使用 <%Randomizean=""an=int((99-11+1)*RND+11)ifan>80thenan="aa"endif Response.Writean%>阅读全文
设置cookies过期时间的几种方法Response.Cookies("user_name").Expires=Date+1’指定cookie保存时间保留COOKIES一个小时 Response.Cookies("MyCookie").Expires=(now()+1/24)Response.Co阅读全文