<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[zouqt-添典]]></title>
  <subtitle type="html"><![CDATA[]]></subtitle>
  <id>http://www.zouqt.com/</id>
  <link rel="alternate" type="text/html" href="http://www.zouqt.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.zouqt.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2011-01-23T16:11:25+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[ASP实现网页打印去掉顶部页码和底部路径的方法]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2011-01-23T16:11:25+08:00</updated>
	  <published>2011-01-23T16:11:25+08:00</published>
		  <summary type="html"><![CDATA[&lt;HTML&gt; <br/>&lt;HEAD&gt; <br/>&lt;TITLE&gt; New Document &lt;/TITLE&gt; <br/>&lt;META NAME=&#34;Generator&#34; CONTENT=&#34;EditPlus&#34;&gt; <br/>&lt;META NAME=&#34;Author&#34; CONTENT=&#34;YC&#34;&gt; <br/>&lt;script language=&#34;VBScript&#34;&gt; <br/>dim hkey_root,hkey_path,hkey_key <br/>hkey_root=&#34;HKEY_CURRENT_USER&#34; <br/>hkey_path=&#34;\Software\Microsoft\Internet Explorer\PageSetup&#34; <br/>//设置网页打印的页眉页脚为空 <br/>function pagesetup_null() <br/>on error resume next <br/>Set RegWsh = Cr&#101;ateObject(&#34;WScript.Shell&#34;) <br/>hkey_key=&#34;\header&#34;　　 <br/>RegWsh.RegWrite hkey_root+hkey_path+hkey_key,&#34;&#34; <br/>hkey_key=&#34;\footer&#34; <br/>RegWsh.RegWrite hkey_root+hkey_path+hkey_key,&#34;&#34; <br/>end function <br/>//设置网页打印的页眉页脚为默认值 <br/>function pagesetup_default() <br/>on error resume next <br/>Set RegWsh = Cr&#101;ateObject(&#34;WScript.Shell&#34;) <br/>hkey_key=&#34;\header&#34;　　 <br/>RegWsh.RegWrite hkey_root+hkey_path+hkey_key,&#34;&amp;w&amp;b页码，&amp;p/&amp;P&#34; <br/>hkey_key=&#34;\footer&#34; <br/>RegWsh.RegWrite hkey_root+hkey_path+hkey_key,&#34;&amp;u&amp;b&amp;d&#34; <br/>end function <br/>&lt;/script&gt; <br/>&lt;/HEAD&gt; <br/><br/>&lt;BODY&gt; <br/>&lt;br/&gt; <br/>&lt;br/&gt; <br/>&lt;br/&gt; <br/>&lt;br/&gt; <br/>&lt;br/&gt; <br/>&lt;br/&gt;&lt;p align=center&gt; <br/>&lt;input type=&#34;button&#34; value=&#34;清空页码&#34; onclick=pagesetup_null()&gt; &lt; input type=&#34;button&#34; value=&#34;恢复页吗&#34; onclick=pagesetup_default()&gt;&lt;br/&amp; gt; <br/><br/>&lt;/p&gt; <br/>&lt;/BODY&gt; <br/>&lt;/HTML&gt;<br/><br/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=83" /> 
	  <id>http://www.zouqt.com/default.asp?id=83</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[sel&#101;ct样式]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=12" label="代码收集" /> 
	  <updated>2010-12-19T21:45:28+08:00</updated>
	  <published>2010-12-19T21:45:28+08:00</published>
		  <summary type="html"><![CDATA[&lt;script&gt;<br/>scHTML=&#39;&lt;div id=&#34;sel&#101;ctcontent&#34; class=&#34;sel&#101;ctdiv&#34; style=&#34;visibility:hidden;&#34;&gt;&lt;iframe id=selframe frameborder=0 height=100%&gt;&lt;/iframe&gt;&lt;div id=&#34;sel&#101;cthtml&#34; class=&#34;sel&#101;ctcontent&#34;&gt;sel&#101;ctÁÐ±í&lt;/div&gt;&lt;/div&gt;&#39;<br/>document.write(scHTML)<br/>vDiv=sel&#101;ctcontent<br/>vDivHtml=sel&#101;cthtml<br/>function editsel&#101;ct(name,size,defaulttext,width,height,readonly){<br/>&nbsp;&nbsp;var combo=this;<br/>&nbsp;&nbsp;this.options=new Array();<br/>&nbsp;&nbsp;this.name=name;<br/>&nbsp;&nbsp;this.divname=name+&#39;_div&#39;;<br/>&nbsp;&nbsp;this.buttonname=name+&#39;_button&#39;;<br/>&nbsp;&nbsp;this.tablename=name+&#39;_table&#39;;<br/>&nbsp;&nbsp;this.htmltable=name+&#39;_html&#39;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;if (!height) this.height=0; else this.height=height<br/>&nbsp;&nbsp;if (width) this.width=width<br/>&nbsp;&nbsp;if (!size) size=8<br/>&nbsp;&nbsp;if (!defaulttext) defaulttext=&#34;&#34;<br/>&nbsp;&nbsp;if (!readonly || readonly==0) {readonly=&#34;&#34; }else {if (readonly==1) readonly=&#34;readonly style=cursor:Default&#34;;this.readonly=1}<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;esHTML=&#39;&lt;div id=&#39;+this.divname+&#39;&gt;&#39;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&#39;&lt;table id=&#39;+this.tablename+&#39; cellpadding=0 cellspacing=0 class=sel&#101;ct&gt;&lt;tr&gt;&lt;td bgcolor=#FFFFFF&gt;&#39;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&#39;&lt;input type=text class=sel&#101;cttext size=&#34;&#39;+size+&#39;&#34; name=&#39;+name+&#39; value=&#34;&#39;+defaulttext+&#39;&#34; &#39;+readonly+&#39;&gt;&lt;td&gt;&lt;button class=sel&#101;ctbutton id=&#39;+this.buttonname+&#39;&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#39;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&#39;&lt;/div&gt;&#39;<br/>&nbsp;&nbsp;document.write(esHTML)<br/>&nbsp;&nbsp;this.sbutton=eval(&#34;document.all.&#34;+this.buttonname)<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;if (this.readonly==1) eval(this.name).onclick=function(){combo.show()}&nbsp;&nbsp;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;this.sbutton.onclick=function(){combo.show()}<br/>&nbsp;&nbsp;this.show=function(){<br/>&nbsp;&nbsp;&nbsp;&nbsp;pDiv=eval(combo.divname)<br/>&nbsp;&nbsp;&nbsp;&nbsp;pTable=eval(combo.tablename)<br/>&nbsp;&nbsp;&nbsp;&nbsp;var vHTML=&#39;&lt;table id=htmltable cellspacing=&#34;0&#34; cellpadding=&#34;2&#34; bgcolor=&#34;#ffffff&#34; class=&#34;sel&#101;cttable&#34; width=100%&gt;&#39;<br/>&nbsp;&nbsp;&nbsp;&nbsp;for (i=0;i&lt;combo.options.length;i++)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vHTML+=&#39;&lt;tr onmouseover=&#34;mo(this)&#34; onmouseout=&#34;mu(this)&#34; onclick=&#34;document.all.&#39;+combo.name+&#39;.value=this.innerText;sel&#101;ctcontent.style.visibility=\&#39;hidden\&#39;&#34;&gt;&lt;td nowrap&gt;&#39;+combo.options[i]<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp; vHTML+=&#34;&lt;/table&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.innerHTML=vHTML<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;vtop=pDiv.offsetTop+pDiv.offsetHeight<br/>&nbsp;&nbsp;&nbsp;&nbsp;vleft=pDiv.offsetLeft+1<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;vParent = pDiv.offsetParent;<br/>&nbsp;&nbsp;&nbsp;&nbsp; while (vParent.tagName.toUpperCase() != &#34;BODY&#34;)<br/> {<br/>&nbsp;&nbsp;vleft += vParent.offsetLeft;<br/>&nbsp;&nbsp;vtop += vParent.offsetTop;<br/>&nbsp;&nbsp;vParent = vParent.offsetParent;<br/> }<br/>&nbsp;&nbsp; var redge=document.body.clientWidth-vleft<br/>&nbsp;&nbsp; var bedge=document.body.clientHeight-vtop<br/> <br/>&nbsp;&nbsp; <br/> if (!combo.width) {vDiv.style.width=pTable.offsetWidth} else {vDiv.style.width=combo.width}<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;if (combo.height==0)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.pixelHeight=parseInt(htmltable.offsetHeight)+2<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.style.pixelHeight=parseInt(htmltable.offsetHeight)+2<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (htmltable.offsetHeight&gt;combo.height)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.pixelHeight=combo.height<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.style.pixelHeight=combo.height<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.pixelHeight=parseInt(htmltable.offsetHeight)+2<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.style.pixelHeight=parseInt(htmltable.offsetHeight)+2<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br/>&nbsp;&nbsp; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.scrollTop=0<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;if (redge&lt;vDiv.offsetWidth)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.left=vleft-1-(vDiv.offsetWidth-redge)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.left=vleft-1<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp; if (bedge&lt;vDiv.offsetHeight)<br/>&nbsp;&nbsp;&nbsp;&nbsp;//vDiv.style.top=vtop-vDiv.offsetHeight-pDiv.offsetHeight<br/>&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.top=vtop-vDiv.offsetHeight+bedge<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.top=vtop<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;vDivHtml.style.width=parseInt(vDiv.style.width)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vDiv.style.visibility=&#34;visible&#34;<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;this.add=function(text){<br/>&nbsp;&nbsp;&nbsp;&nbsp; combo.options[combo.options.length]=text<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;this.about=function(){<br/>&nbsp;&nbsp;<br/> }<br/>}<br/>function mo(obj){<br/>obj.style.backgroundColor=&#34;#000099&#34;<br/>obj.style.color=&#34;#ffffff&#34;<br/>}<br/>function mu(obj){<br/>obj.style.backgroundColor=&#34;&#34;<br/>obj.style.color=&#34;#000000&#34;<br/>}<br/>document.onmousedown=function(){<br/>if (vDiv.style.visibility==&#34;visible&#34;){<br/>mx=event.x + document.body.scrollLeft<br/>my=event.y + document.body.scrollTop;<br/>x1=vDiv.offsetLeft<br/>y1=vDiv.offsetTop<br/>x2=vDiv.offsetLeft+vDiv.offsetWidth<br/>y2=vDiv.offsetTop+vDiv.offsetHeight<br/>if (mx&lt;x1 || my&lt;y1 || x2&lt;mx || y2&lt;my) <br/>&nbsp;&nbsp; { <br/>&nbsp;&nbsp;&nbsp;&nbsp; vDiv.style.visibility=&#39;hidden&#39;<br/>&nbsp;&nbsp; }<br/>}<br/>}<br/>&lt;/script&gt;<br/>&lt;style&gt;<br/>.sel&#101;cttext{<br/>border:0px<br/>height: 16;<br/>font-family:arial;<br/>font-size:12px;<br/>}<br/>.sel&#101;ctbutton{<br/>font-family:webdings;<br/>font-size:10px;<br/>height: 19;<br/>width: 16; <br/>border:1px solid #83A5EB;<br/>line-height:0px;<br/>padding-bottom:3px;<br/>background-color:#D1E0FD<br/>}<br/>.sel&#101;cttable{<br/>font-family:arial;<br/>font-size:12px;<br/>cursor:Default;<br/>}<br/>.sel&#101;ctcontent<br/>{<br/>position: absolute;<br/>top:0;<br/>left:0;<br/>overflow:auto;<br/>border:1px solid #000000<br/>}<br/>.sel&#101;ctdiv<br/>{<br/>position: absolute; <br/>width:100;<br/>overflow:hidden;<br/>}<br/>.sel&#101;ct{<br/>border-collapse: collapse;<br/>border:1px solid #7F9DB9<br/>}<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/>&lt;body bgcolor=&#34;#83A5EB&#34;&gt;<br/>&lt;table border=&#34;0&#34; width=&#34;100%&#34;&gt;<br/> &lt;tr&gt;<br/>&nbsp;&nbsp;&lt;td width=&#34;151&#34; align=&#34;center&#34;&gt;&lt;font size=&#34;2&#34;&gt;可编辑的Sel&#101;ct&lt;/font&gt;&lt;/td&gt;<br/>&nbsp;&nbsp;&lt;td&gt;&lt;script&gt;<br/>var sel1=new editsel&#101;ct(&#34;sel&#101;ct1&#34;,&#34;25&#34;,&#34;可编辑的Sel&#101;ct&#34;,&#34;&#34;);<br/>sel1.add(&#34;这是一个可以编辑的Sel&#101;ct&#34;)<br/>sel1.add(&#34;支持CSS&#34;)<br/>sel1.add(&#34;可以通过CSS，修改外形&#34;)<br/>sel1.add(&#34;突破原来的Sel&#101;ct诸多限制&#34;)<br/>&lt;/script&gt;&lt;/td&gt;<br/> &lt;/tr&gt;<br/> &lt;tr&gt;<br/>&nbsp;&nbsp;&lt;td width=&#34;151&#34; align=&#34;center&#34;&gt;&lt;font size=&#34;2&#34;&gt;长度可以随意修改&lt;br&gt;可以设置为只读&lt;/font&gt;&lt;/td&gt;<br/>&nbsp;&nbsp;&lt;td&gt;<br/>&nbsp;&nbsp;&lt;script&gt;<br/>var sel2=new editsel&#101;ct(&#34;sel&#101;ct2&#34;,&#34;20&#34;,&#34;长度可以随意修改&#34;,250,82,1);<br/>sel2.add(&#34;这是一个可以编辑的Sel&#101;ct&#34;)<br/>sel2.add(&#34;支持CSS&#34;)<br/>sel2.add(&#34;可以通过CSS，修改外形&#34;)<br/>sel2.add(&#34;作者:舜子制作&#34;)<br/>sel2.add(&#34;MSN:<a href="http://www.pjhome.net" target="_blank">puterjam</a>@msn.com&#34;)<br/>&lt;/script&gt;<br/>&nbsp;&nbsp;&lt;/td&gt;<br/> &lt;/tr&gt;<br/> &lt;tr&gt;<br/>&nbsp;&nbsp;&lt;td width=&#34;151&#34; align=&#34;center&#34;&gt;&lt;font size=&#34;2&#34;&gt;可以遮盖系统Sel&#101;ct&lt;/font&gt;&lt;/td&gt;<br/>&nbsp;&nbsp;&lt;td&gt;<br/>&nbsp;&nbsp;&lt;script&gt;<br/>var sel3=new editsel&#101;ct(&#34;sel&#101;ct3&#34;,&#34;25&#34;,&#34;可以遮盖系统Sel&#101;ct&#34;,&#34;&#34;,41);<br/>sel3.add(&#34;这是一个可以编辑的Sel&#101;ct&#34;)<br/>sel3.add(&#34;支持CSS&#34;)<br/>sel3.add(&#34;可以通过CSS，修改外形&#34;)<br/>sel3.add(&#34;突破原来的Sel&#101;ct诸多限制&#34;)<br/>&lt;/script&gt;<br/>&nbsp;&nbsp;&lt;/td&gt;<br/> &lt;/tr&gt;<br/> &lt;tr&gt;<br/>&nbsp;&nbsp;&lt;td width=&#34;151&#34; align=&#34;right&#34;&gt;　&lt;/td&gt;<br/>&nbsp;&nbsp;&lt;td&gt;&lt;sel&#101;ct&gt;&lt;option&gt;系统的Sel&#101;ct&lt;/option&gt;&lt;/sel&#101;ct&gt;　&lt;/td&gt;<br/> &lt;/tr&gt;<br/>&lt;/table&gt;]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=82" /> 
	  <id>http://www.zouqt.com/default.asp?id=82</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[JavaScript无限级Sel&#101;ct下拉列表联动]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=12" label="代码收集" /> 
	  <updated>2010-12-17T23:50:42+08:00</updated>
	  <published>2010-12-17T23:50:42+08:00</published>
		  <summary type="html"><![CDATA[&lt;sel&#101;ct id=&#34;drpProvince&#34;&gt;&lt;/sel&#101;ct&gt; - &lt;sel&#101;ct id=&#34;drpCity&#34;&gt;&lt;/sel&#101;ct&gt; - &lt;sel&#101;ct id=&#34;drpArea&#34;&gt;&lt;/sel&#101;ct&gt;&lt;/p&gt;<br/>&#160;&#160;&#160;&#160;&lt;script type=&#34;text/javascript&#34;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//联动sel&#101;ct数组<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var arrSel&#101;ct = new Array(document.getElementById(&#34;drpProvince&#34;), document.getElementById(&#34;drpCity&#34;), document.getElementById(&#34;drpArea&#34;));<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//多围数组数据，四围分别保存id、父级id、显示文本、文本值<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var arrData = new Array(<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/*[999999,0,&#39;--请选择--&#39;,&#39;&#39;],[999998,999999,&#39;--请选择--&#39;,&#39;&#39;],[999997,999998,&#39;--请选择--&#39;,&#39;&#39;],*/<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[1,0,&#39;北京&#39;,&#39;1&#39;],[2,1,&#39;北京&#39;,&#39;2&#39;]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;,[3,0,&#39;湖南&#39;,&#39;3&#39;],[4,3,&#39;长沙&#39;,&#39;4&#39;],[5,3,&#39;株洲&#39;,&#39;5&#39;],[6,3,&#39;湘潭&#39;,&#39;6&#39;],[7,6,&#39;岳塘区&#39;,&#39;7&#39;],[8,6,&#39;雨湖区&#39;,&#39;8&#39;],[9,6,&#39;河塘区&#39;,&#39;9&#39;]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;,[10,0,&#39;广东&#39;,&#39;10&#39;],[11,10,&#39;广州&#39;,&#39;11&#39;],[12,10,&#39;佛山&#39;,&#39;12&#39;],[13,11,&#39;天河区&#39;,&#39;13&#39;],[14,11,&#39;番禺区&#39;,&#39;14&#39;],[15,11,&#39;越秀区&#39;,&#39;15&#39;],[16,12,&#39;南山区&#39;,&#39;16&#39;],[17,12,&#39;蝉城区&#39;,&#39;17&#39;]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//默认值数组<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var arrDefault = new Array(&#39;10&#39; ,&#39;11&#39; ,&#39;13&#39;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//初始化主函数<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;function arrInit(strInitID, arrSel&#101;ct, arrMatrix, arrDefValue) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;function doChange(iIndex) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var iCount = 0;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var sParentID = strInitID;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (iIndex &gt; 0) sParentID = arrSel&#101;ct[iIndex - 1].options[arrSel&#101;ct[iIndex - 1].sel&#101;ctedIndex].ID;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;with (arrSel&#101;ct[iIndex]) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;length = 0;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;options[iCount++] = new Option(&#39;--所有--&#39;, &#39;0&#39;, false, true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for (var i = 0; i &lt; arrMatrix.length; i++) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (String(arrMatrix[i][1]) == String(sParentID)) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var oNewOption = new Option(arrMatrix[i][2], arrMatrix[i][3], false, false);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;oNewOption.ID = arrMatrix[i][0];<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;options[iCount++] = oNewOption;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(arrMatrix[i][3] == arrDefValue[iIndex])options[iCount - 1].sel&#101;cted = true;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/* if (iCount == 0) { //列表数为0则新增默认项<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var oNull = new Option(&#34;--&#34;, null, false, true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;oNull.ID = &#34;_0x&#34; + (new Date()).getTime();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;options[0] = oNull;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};*/<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//联动改变所有子sel&#101;ct<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (++iIndex &lt; arrSel&#101;ct.length) doChange(iIndex);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (!arrDefValue) arrDefValue = [];<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for (var i = 0; i &lt; arrSel&#101;ct.length - 1; i++) {<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;eval(&#34;arrSel&#101;ct[&#34; + i + &#34;].onchange = function(){ doChange(&#34; + (i + 1) + &#34;); };&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;doChange(0);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//只有第一次调用初始化主函数arrInit才使用默认值，之后手动选择不受默认值限制，因此清空。<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arrDefValue = [];<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;};<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arrInit(0,arrSel&#101;ct,arrData,arrDefault);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;function runCode(target)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var newwin=window.open(&#39;&#39;,&#39;&#39;,&#39;&#39;); //打开一个窗口并赋给变量newwin。<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;newwin.opener = null // 防止代码对论谈页面修改<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;newwin.document.write(target.previousSibling.previousSibling.value); //向这个打开的窗口中写入代码code，这样就实现了运行代码功能。<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;newwin.document.close();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&lt;/script&gt;]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=81" /> 
	  <id>http://www.zouqt.com/default.asp?id=81</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[美西西小店 话费游戏充值]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=5" label="收藏夹" /> 
	  <updated>2010-11-01T20:56:21+08:00</updated>
	  <published>2010-11-01T20:56:21+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.zouqt.com/attachments/month_1011/t2010111205440.jpg" border="0" alt=""/> ]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=80" /> 
	  <id>http://www.zouqt.com/default.asp?id=80</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[iis配置MP4]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-10-19T17:58:04+08:00</updated>
	  <published>2010-10-19T17:58:04+08:00</published>
		  <summary type="html"><![CDATA[在iis中相应的网站上右键选择“属性”，在弹出的窗口中选择“HTTP头”选项卡，然后点击“MIME类型”，在弹出的窗口中点击“新建”，在扩展名和MIME类型的文本框中分别填入“mp4”和“application/octet-stream”，点击“确定”，保证刚才所做的修改生效即可。]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=79" /> 
	  <id>http://www.zouqt.com/default.asp?id=79</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[javascript判断是否是ipad的浏览器]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-10-08T14:48:43+08:00</updated>
	  <published>2010-10-08T14:48:43+08:00</published>
		  <summary type="html"><![CDATA[ipad用的是Safari Mobile浏览器，访问的UA为：<br/><br/>Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10<br/><br/>下面就介绍几个判断是否是ipad的浏览器的方法，都很简单。<br/><br/>使用javascript判断是否是ipad的浏览器<br/><br/>&lt; script&gt;<br/>function y_ipad(){<br/> var ua = navigator.userAgent.toLowerCase();<br/> var s;<br/> s = ua.match(/iPad/i);<br/><br/> if(s==&#34;ipad&#34;)<br/> {<br/>&nbsp;&nbsp;return true;<br/> }<br/> else{<br/>&nbsp;&nbsp;return false;<br/> }<br/><br/>}<br/>&lt; /script&gt;<br/><br/>如果y_ipad为ture就是ipad，如果y_ipad是false就不是。<br/><br/>用php判断是否是ipad的浏览器<br/>$y_iPad = (bool) strpos($_SERVER[&#39;HTTP_USER_AGENT&#39;],&#39;iPad&#39;);<br/><br/>在.htaccess中书写规则判断是否是ipad的浏览器，然后跳转到ipad页面<br/> <br/>RewriteCond %{HTTP_USER_AGENT} ^.*iPad.*$<br/>RewriteRule ^(.*)$ <a href="http://ipad.yourdomain.com" target="_blank" rel="external">http://ipad.yourdomain.com</a> [R=301]<br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=78" /> 
	  <id>http://www.zouqt.com/default.asp?id=78</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[BlackBerry Gmail使用说明 黑莓使用GMAIL方法教程 ]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-09-13T22:50:07+08:00</updated>
	  <published>2010-09-13T22:50:07+08:00</published>
		  <summary type="html"><![CDATA[BlackBerry Gmail使用说明 黑莓使用GMAIL方法教程 <br/><br/>--------------------------------------------------------------------------------<br/> 设定您的电子邮件用户端：BlackBerry Internet Service ™ <br/><br/><br/>1.登入您的BlackBerry Internet Service帐户。 <br/><br/><br/>2.按一下[Home Page] (首页)上方的[Profile] (设定档)。 <br/><br/><br/>3.在您设定档的[img][/img] (电子邮件帐户)区段中按一下[other email accounts] (其他电子邮件帐户)。 <br/><br/><br/>4.按一下[Add Account] (新增帐户)。 <br/><br/><br/>5.输入您的Gmail帐户资讯。 <br/><br/><br/>* Email Address (电子邮件地址)：输入您的完整Gmail电子邮件地址(包括「@gmail.com」)。 <br/>* User Name (使用者名称)：输入您的Gmail使用者名称(包括「@gmail.com」)。 <br/>* Password (密码)：输入您的Gmail密码。 <br/>* Re-enter password (重新输入密码)：重新输入您的Gmail密码。 <br/><br/><br/>6.按一下[Submit] (送出)。 <br/><br/><br/>如果您的BlackBerry帐户已成功完成设定，您会看到BlackBerry [img][/img] (电子邮件帐户)网页。<br/> <br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=77" /> 
	  <id>http://www.zouqt.com/default.asp?id=77</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[在iPad上同步Google邮件/日历/通讯录]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-09-13T15:15:34+08:00</updated>
	  <published>2010-09-13T15:15:34+08:00</published>
		  <summary type="html"><![CDATA[iPad 和苹果的 Mobileme 天生合得来，同步设置也方便，但是作为一个依赖 google 的用户来说，同步日历和通讯录到 iPad 上面也是必要的。下面就说说如何同步日历和通讯录。<br/><br/><br/>同步方法<br/>1.打开设置页面，选择 邮件、通讯录、日历<br/>2.点击添加帐户，选择第一个 Microsoft Exchange<br/>3.输入帐户信息<br/>4.在邮件那里填写你完整的 Google 帐号<br/>5.域名框留空<br/>6.在用户名框框里面再次输入你完整的 Google 帐号<br/>7.密码栏里面输入你的 Google 帐号对应的密码<br/>8.点击屏幕上部的 下一步 按钮<br/>9.这个时候会弹出一个无法验证的窗口，这个时候选择取消；请注意这一步<br/>10.这个时候会在邮件的下面出现一个新的服务器框框，在里面填写 m.google.com<br/>11.再一次点击下一步就可以了<br/>12.这个时候就选择你要同步的服务]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=76" /> 
	  <id>http://www.zouqt.com/default.asp?id=76</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[网页可见区域宽：document.body.clientWidth JS中]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-09-09T16:34:08+08:00</updated>
	  <published>2010-09-09T16:34:08+08:00</published>
		  <summary type="html"><![CDATA[网页可见区域宽：document.body.clientWidth <br/>网页可见区域高：document.body.clientHeight <br/>网页可见区域宽：document.body.offsetWidth (包括边线的宽) <br/>网页可见区域高：document.body.offsetHeight (包括边线的宽) <br/>网页正文全文宽：document.body.scrollWidth <br/>网页正文全文高：document.body.scrollHeight <br/>网页被卷去的高：document.body.scrollTop <br/>网页被卷去的左：document.body.scrollLeft <br/>网页正文部分上：window.screenTop <br/>网页正文部分左：window.screenLeft <br/>屏幕分辨率的高：window.screen.height <br/>屏幕分辨率的宽：window.screen.width <br/>屏幕可用工作区高度：window.screen.availHeight <br/>屏幕可用工作区宽度：window.screen.availWidthvar t=&#34;&#34;;<br/>t+=&#34;\n网页可见区域宽：&#34;+ document.body.clientWidth; <br/>t+=&#34;\n网页可见区域高：&#34;+ document.body.clientHeight; <br/>t+=&#34;\n网页可见区域宽：&#34;+ document.body.offsetWidth;// (包括边线的宽) <br/>t+=&#34;\n网页可见区域高：&#34;+ document.body.offsetHeight;// (包括边线的宽) <br/>t+=&#34;\n网页正文全文宽：&#34;+ document.body.scrollWidth; <br/>t+=&#34;\n网页正文全文高：&#34;+ document.body.scrollHeight; <br/>t+=&#34;\n网页被卷去的高：&#34;+ document.body.scrollTop; <br/>t+=&#34;\n网页被卷去的左：&#34;+ document.body.scrollLeft; <br/>t+=&#34;\n网页正文部分上：&#34;+ window.screenTop; <br/>t+=&#34;\n网页正文部分左：&#34;+ window.screenLeft; <br/>t+=&#34;\n屏幕分辨率的高：&#34;+ window.screen.height; <br/>t+=&#34;\n屏幕分辨率的宽：&#34;+ window.screen.width; <br/>t+=&#34;\n屏幕可用工作区高度：&#34;+ window.screen.availHeight; <br/>t+=&#34;\n屏幕可用工作区宽度：&#34;+ window.screen.availWidth;<br/>t+=&#34;\n鼠标X位置：&#34;+ event.clientX;<br/>t+=&#34;\n鼠标Y位置：&#34;+ event.clientY;<br/>注意，在使用了W3C标准的网页中，document.body.scrollTop和document.body.scrollLeft会失效，这时要用document.documentElement.scrollTop 和document.documentElement.scrollLeft。 <br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=75" /> 
	  <id>http://www.zouqt.com/default.asp?id=75</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[一个不错的弹出登陆框窗口的特效]]></title>
	  <author>
		 <name>zouqt</name>
		 <uri>http://www.zouqt.com/</uri>
		 <email>46359175@qq.com</email>
	  </author>
	  <category term="" scheme="http://www.zouqt.com/default.asp?cateID=4" label="日集月累" /> 
	  <updated>2010-08-30T22:11:33+08:00</updated>
	  <published>2010-08-30T22:11:33+08:00</published>
		  <summary type="html"><![CDATA[&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank" rel="external">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&#34;&gt;<br/>&lt;html xmlns=&#34;<a href="http://www.w3.org/1999/xhtml" target="_blank" rel="external">http://www.w3.org/1999/xhtml</a>&#34;&gt;<br/>&lt;head&gt;<br/>&lt;script language=&#34;javascript&#34;&gt;<br/>var popup_dragging = false;<br/>var popup_target;<br/>var popup_mouseX;<br/>var popup_mouseY;<br/>var popup_mouseposX;<br/>var popup_mouseposY;<br/>var popup_oldfunction;<br/>function popup_display(x)<br/>{<br/>&nbsp;&nbsp;var win = window.open();<br/>&nbsp;&nbsp;for (var i in x) win.document.write(i+&#39; = &#39;+x[i]+&#39;&lt;br&gt;&#39;);<br/>}<br/>// ----- popup_mousedown -------------------------------------------------------<br/>function popup_mousedown(e)<br/>{<br/>&nbsp;&nbsp;var ie = navigator.appName == &#34;Microsoft Internet Explorer&#34;;<br/>&nbsp;&nbsp;if ( ie &amp;&amp; window.event.button != 1) return;<br/>&nbsp;&nbsp;if (!ie &amp;&amp; e.button&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;!= 0) return;<br/>&nbsp;&nbsp;popup_dragging = true;<br/>&nbsp;&nbsp;popup_target&nbsp;&nbsp; = this[&#39;target&#39;];<br/>&nbsp;&nbsp;popup_mouseX&nbsp;&nbsp; = ie ? window.event.clientX : e.clientX;<br/>&nbsp;&nbsp;popup_mouseY&nbsp;&nbsp; = ie ? window.event.clientY : e.clientY;<br/>&nbsp;&nbsp;if (ie)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; popup_oldfunction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= document.onsel&#101;ctstart;<br/>&nbsp;&nbsp;else popup_oldfunction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= document.onmousedown;<br/>&nbsp;&nbsp;if (ie)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.onsel&#101;ctstart = new Function(&#34;return false;&#34;);<br/>&nbsp;&nbsp;else document.onmousedown&nbsp;&nbsp; = new Function(&#34;return false;&#34;);<br/>}<br/>// ----- popup_mousemove -------------------------------------------------------<br/>function popup_mousemove(e)<br/>{<br/>&nbsp;&nbsp;if (!popup_dragging) return;<br/>&nbsp;&nbsp;var ie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= navigator.appName == &#34;Microsoft Internet Explorer&#34;;<br/>&nbsp;&nbsp;var element = document.getElementById(popup_target);<br/>&nbsp;&nbsp;var mouseX = ie ? window.event.clientX : e.clientX;<br/>&nbsp;&nbsp;var mouseY = ie ? window.event.clientY : e.clientY;<br/>&nbsp;&nbsp;element.style.left = (element.offsetLeft+mouseX-popup_mouseX)+&#39;px&#39;;<br/>&nbsp;&nbsp;element.style.top&nbsp;&nbsp;= (element.offsetTop +mouseY-popup_mouseY)+&#39;px&#39;;<br/>&nbsp;&nbsp;popup_mouseX = ie ? window.event.clientX : e.clientX;<br/>&nbsp;&nbsp;popup_mouseY = ie ? window.event.clientY : e.clientY;<br/>}<br/>// ----- popup_mouseup ---------------------------------------------------------<br/>function popup_mouseup(e)<br/>{<br/>&nbsp;&nbsp;if (!popup_dragging) return;<br/>&nbsp;&nbsp;popup_dragging = false;<br/>&nbsp;&nbsp;var ie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= navigator.appName == &#34;Microsoft Internet Explorer&#34;;<br/>&nbsp;&nbsp;var element = document.getElementById(popup_target);<br/>&nbsp;&nbsp;if (ie)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.onsel&#101;ctstart = popup_oldfunction;<br/>&nbsp;&nbsp;else document.onmousedown&nbsp;&nbsp; = popup_oldfunction;<br/>}<br/>// ----- popup_exit ------------------------------------------------------------<br/>function popup_exit(e)<br/>{<br/>&nbsp;&nbsp;var ie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= navigator.appName == &#34;Microsoft Internet Explorer&#34;;<br/>&nbsp;&nbsp;var element = document.getElementById(popup_target);<br/>&nbsp;&nbsp;popup_mouseup(e);<br/>&nbsp;&nbsp;element.style.visibility = &#39;hidden&#39;;<br/>&nbsp;&nbsp;element.style.display&nbsp;&nbsp;&nbsp;&nbsp;= &#39;none&#39;;<br/>}<br/>// ----- popup_show ------------------------------------------------------------<br/>function popup_show()<br/>{<br/>&nbsp;&nbsp;element&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= document.getElementById(&#39;popup&#39;);<br/>&nbsp;&nbsp;drag_element = document.getElementById(&#39;popup_drag&#39;);<br/>&nbsp;&nbsp;exit_element = document.getElementById(&#39;popup_exit&#39;);<br/>&nbsp;&nbsp;element.style.position&nbsp;&nbsp; = &#34;absolute&#34;;<br/>&nbsp;&nbsp;element.style.visibility = &#34;visible&#34;;<br/>&nbsp;&nbsp;element.style.display&nbsp;&nbsp;&nbsp;&nbsp;= &#34;block&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;element.style.left = (document.documentElement.scrollLeft+popup_mouseposX-10)+&#39;px&#39;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;element.style.top&nbsp;&nbsp;= (document.documentElement.scrollTop +popup_mouseposY-10)+&#39;px&#39;;<br/>&nbsp;&nbsp;drag_element[&#39;target&#39;]&nbsp;&nbsp; = &#39;popup&#39;;<br/>&nbsp;&nbsp;drag_element.onmousedown = popup_mousedown;<br/>&nbsp;&nbsp;exit_element.onclick&nbsp;&nbsp;&nbsp;&nbsp; = popup_exit;<br/>}<br/>// ----- popup_mousepos --------------------------------------------------------<br/>function popup_mousepos(e)<br/>{<br/>&nbsp;&nbsp;var ie = navigator.appName == &#34;Microsoft Internet Explorer&#34;;<br/>&nbsp;&nbsp;popup_mouseposX = ie ? window.event.clientX : e.clientX;<br/>&nbsp;&nbsp;popup_mouseposY = ie ? window.event.clientY : e.clientY;<br/>}<br/>// ----- Attach Events ---------------------------------------------------------<br/>if (navigator.appName == &#34;Microsoft Internet Explorer&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp; document.attachEvent(&#39;onmousedown&#39;, popup_mousepos);<br/>else document.addEventListener(&#39;mousedown&#39;, popup_mousepos, false);<br/>if (navigator.appName == &#34;Microsoft Internet Explorer&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp; document.attachEvent(&#39;onmousemove&#39;, popup_mousemove);<br/>else document.addEventListener(&#39;mousemove&#39;, popup_mousemove, false);<br/>if (navigator.appName == &#34;Microsoft Internet Explorer&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp; document.attachEvent(&#39;onmouseup&#39;, popup_mouseup);<br/>else document.addEventListener(&#39;mouseup&#39;, popup_mouseup, false);<br/>&lt;/script&gt; <br/>&lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=gb2312&#34; /&gt;<br/>&lt;title&gt;无标题文档&lt;/title&gt;<br/>&lt;style type=&#34;text/css&#34;&gt;<br/>/* &lt;style&gt; */<br/>div.sample_popup { z-index: +1; }<br/>div.menu_form_header{<br/>cursor:move<br/>}<br/>div.sample_popup div.menu_form_header<br/>{<br/>&nbsp;&nbsp;border: 1px solid black;<br/>&nbsp;&nbsp;border-bottom: 0px;<br/>&nbsp;&nbsp;cursor: default;<br/>&nbsp;&nbsp;width: 200px;<br/>&nbsp;&nbsp;height:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20px;<br/>&nbsp;&nbsp;line-height: 19px;<br/>&nbsp;&nbsp;vertical-align: middle;<br/>&nbsp;&nbsp;background: url(&#39;<a href="http://bbs.blueidea.com/attachments/2007/7/11/20070711_e26d3e50d0d8b886020abTHgvNiRn8J0.png" target="_blank" rel="external">http://bbs.blueidea.com/attachments/2007/7/11/20070711_e26d3e50d0d8b886020abTHgvNiRn8J0.png</a>&#39;) no-repeat;<br/>&nbsp;&nbsp;text-decoration: none;<br/>&nbsp;&nbsp;font-family: &#34;Times New Roman&#34;, Serif;<br/>&nbsp;&nbsp;font-weight: 900;<br/>&nbsp;&nbsp;font-size: 13px;<br/>&nbsp;&nbsp;color: #206040;<br/>}<br/>div.sample_popup div.menu_form_body<br/>{<br/>&nbsp;&nbsp;border: 1px solid black;<br/>&nbsp;&nbsp;width: 200px;<br/>&nbsp;&nbsp;background: url(&#39;<a href="http://bbs.blueidea.com/attachments/2007/7/11/20070711_e45dd0be648898799dacqSVztsCDIfid.png" target="_blank" rel="external">http://bbs.blueidea.com/attachments/2007/7/11/20070711_e45dd0be648898799dacqSVztsCDIfid.png</a>&#39;) no-repeat left bottom;<br/>}<br/>div.sample_popup img.menu_form_exit<br/>{<br/>&nbsp;&nbsp;float: right;<br/>&nbsp;&nbsp;margin: 4px 5px 0px 0px;<br/>&nbsp;&nbsp;cursor: pointer;<br/>}<br/>div.sample_popup table<br/>{<br/>&nbsp;&nbsp;border-collapse: collapse;<br/>&nbsp;&nbsp;width: 100%;<br/>}<br/>div.sample_popup th<br/>{<br/>&nbsp;&nbsp;width: 1%;<br/>&nbsp;&nbsp;padding: 0px 5px 1px 0px;<br/>&nbsp;&nbsp;text-align: left;<br/>&nbsp;&nbsp;font-family: &#34;Times New Roman&#34;, Serif;<br/>&nbsp;&nbsp;font-weight: 900;<br/>&nbsp;&nbsp;font-size: 13px;<br/>&nbsp;&nbsp;color: #004060;<br/>}<br/>div.sample_popup td<br/>{<br/>&nbsp;&nbsp;width: 99%;<br/>&nbsp;&nbsp;padding: 0px 0px 1px 0px;<br/>}<br/>div.sample_popup form<br/>{<br/>&nbsp;&nbsp;margin: 0px;<br/>&nbsp;&nbsp;padding: 8px 10px 10px 10px;<br/>}<br/>div.sample_popup input.field<br/>{<br/>&nbsp;&nbsp;border: 1px solid #808080;<br/>&nbsp;&nbsp;width: 95%;<br/>&nbsp;&nbsp;font-family: Arial, Sans-Serif;<br/>&nbsp;&nbsp;font-size: 12px;<br/>}<br/>div.sample_popup input.btn<br/>{<br/>&nbsp;&nbsp;margin-top: 2px;<br/>&nbsp;&nbsp;border: 1px solid #808080;<br/>&nbsp;&nbsp;background-color: #DDFFDD;<br/>&nbsp;&nbsp;font-family: Verdana, Sans-Serif;<br/>&nbsp;&nbsp;font-size: 11px;<br/>}<br/>a {<br/> color: #FF0000;<br/> text-decoration: none;<br/>}<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;input type=&#34;button&#34; onclick=&#34;popup_show()&#34;&nbsp;&nbsp;value=&#39;登录&#39;/&gt;<br/>&lt;div class=&#34;sample_popup&#34;&nbsp;&nbsp;&nbsp;&nbsp; id=&#34;popup&#34; style=&#34;visibility: hidden; display: none;&#34;&gt;<br/>&lt;div class=&#34;menu_form_header&#34; id=&#34;popup_drag&#34;&gt;<br/>&lt;img class=&#34;menu_form_exit&#34;&nbsp;&nbsp; id=&#34;popup_exit&#34; src=&#34;<a href="http://bbs.blueidea.com/attachments/2007/7/11/20070711_45970b8e6254b86494b4cIUp1bV26gbe.png" target="_blank" rel="external">http://bbs.blueidea.com/attachments/2007/7/11/20070711_45970b8e6254b86494b4cIUp1bV26gbe.png</a>&#34; /&gt;<br/>&nbsp;&nbsp; Login<br/>&lt;/div&gt;<br/>&lt;div class=&#34;menu_form_body&#34;&gt;<br/>&lt;form method=&#34;post&#34; action=&#34;&#34;&gt;<br/>&lt;table&gt;<br/>&lt;tr&gt;<br/>&nbsp;&nbsp;&lt;th&gt;Username:&lt;/th&gt;<br/>&nbsp;&nbsp;&lt;td&gt;&lt;input class=&#34;field&#34; type=&#34;text&#34; onfocus=&#34;sel&#101;ct();&#34; /&gt;&lt;/td&gt;<br/>&lt;/tr&gt;<br/>&lt;tr&gt;<br/>&nbsp;&nbsp;&lt;th&gt;Password:&lt;/th&gt;<br/>&nbsp;&nbsp;&lt;td&gt;&lt;input class=&#34;field&#34; type=&#34;password&#34; onfocus=&#34;sel&#101;ct();&#34; /&gt;&lt;/td&gt;<br/>&lt;/tr&gt;<br/>&lt;tr&gt;<br/>&nbsp;&nbsp;&lt;th&gt; &lt;/th&gt;<br/>&nbsp;&nbsp;&lt;td&gt;&lt;input class=&#34;btn&#34; type=&#34;submit&#34; value=&#34;Submit&#34; /&gt;&lt;/td&gt;<br/>&lt;/tr&gt;<br/>&lt;/table&gt;<br/>&lt;/form&gt;<br/>&lt;/div&gt;<br/>&lt;/div&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.zouqt.com/article.asp?id=74" /> 
	  <id>http://www.zouqt.com/default.asp?id=74</id>
  </entry>	
		
</feed>

