<?xml version="1.0" encoding="gb2312" ?> <rss><channel><title>窗口特效--飞飞Asp乐园</title><link>http://www.ffasp.com/rss/rss.asp</link><description></description><item><title>js使用cookie设置广告出现的次数</title><link>http://www.ffasp.com/content.asp?newsid=1523</link><description>
&amp;lt;script &amp;gt;
//更多资源请访问：www.ffasp.com
var showTime=2;//小时
var urlTarget=&amp;quot;http://www.baidu.com&amp;quot;;
var imgSrc=&amp;quot;http://www.baidu.com/img/baidu_logo.gif&amp;quot;;
var imgWidth = 100;
var imgHeight = 100;
var str =&amp;quot;&amp;quot;;
str += &amp;quot;&amp;lt;div id=\&amp;quot;index_ad_id\&amp;quot; style=\&amp;quot;position:absolute;width:&amp;quot;+imgWidth+&amp;quot;px;height:&amp;quot;+imgHeight+&amp;quot;px;z-index: 9999;display:none;overflow:hidden\&amp;quot; onclick=\&amp;quot;index_ad_id.style.display='none'\&amp;quot;&amp;gt;&amp;quot;;
str += &amp;</description><pubDate>Fri, 09 Oct 2009 11:34:11  GMT</pubDate></item><item><title>右下角漂浮代码</title><link>http://www.ffasp.com/content.asp?newsid=1521</link><description>&amp;lt;div style=&amp;quot;position:absolute;border:1px solid #000;right:0;&amp;quot; id=&amp;quot;ad&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.zishu.cn&amp;quot; mce_href=&amp;quot;http://www.zishu.cn&amp;quot;&amp;gt;子鼠测试.&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;

&amp;</description><pubDate>Thu, 08 Oct 2009 17:28:23  GMT</pubDate></item><item><title>自动最大话打开的页面</title><link>http://www.ffasp.com/content.asp?newsid=971</link><description>自动最大话打开的页面 &amp;lt;script&amp;gt; 
self.moveTo(0</description><pubDate>Fri, 21 Mar 2008 23:53:20  GMT</pubDate></item><item><title>用Div仿showModalDialog模式菜单的效果</title><link>http://www.ffasp.com/content.asp?newsid=954</link><description>&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.0 Transitional//EN&amp;quot;&amp;gt;
&amp;lt;HTML&amp;gt;
&amp;lt;HEAD&amp;gt;
&amp;lt;TITLE&amp;gt;用Div仿showModalDialog模式菜单的效果&amp;lt;/TITLE&amp;gt;
&amp;lt;META NAME=&amp;quot;Generator&amp;quot; CONTENT=&amp;quot;EditPlus&amp;quot;&amp;gt;
&amp;lt;META NAME=&amp;quot;Author&amp;quot; CONTENT=&amp;quot;&amp;quot;&amp;gt;
&amp;lt;META NAME=&amp;quot;Keywords&amp;quot; CONTENT=&amp;quot;&amp;quot;&amp;gt;
&amp;lt;META NAME=&amp;quot;Description&amp;quot; CONTENT=&amp;quot;&amp;quot;&amp;gt;
&amp;lt;STYLE TYPE=&amp;quot;text/css&amp;quot; &amp;gt;
body {
	background:#eaeaea;
	font-size:12px;
	margin:0;
	padding:0;
}
img {
	border:0;
}
.b {
	font-weight:bold;
	color:white;
}
.modalDiv {
	width:311px;
	height:274px;
	background-color:#999966;
}
.modalheader {
	margin:2px;
	padding:2px;
}
.header {
	margin:0;
	padding:0;
}
.mleft {
	width:280px;
	float:left;
}
.</description><pubDate>Tue, 18 Mar 2008 10:10:09  GMT</pubDate></item><item><title>div对话框 麽态对话框</title><link>http://www.ffasp.com/content.asp?newsid=953</link><description>&amp;lt;html&amp;gt; 
&amp;lt;title&amp;gt;`````&amp;lt;/title&amp;gt; 
&amp;lt;head&amp;gt; 
&amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;51windows.Net&amp;quot;&amp;gt; 
&amp;lt;meta http-equiv=content-type content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt; 
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
var t_DiglogX,t_DiglogY,t_DiglogW,t_DiglogH;
function StrCode(str){
  if(encodeURIComponent) 
  return encodeURIComponent(str);
  if(escape) 
  return escape(str);
}
function Browser(){
  var ua, s, i;
  this.isIE = false;
  this.isNS = false;
  this.isOP = false;
  this.isSF = false;
  ua = navigator.userAgent.toLowerCase();
  s = &amp;quot;opera&amp;quot;;
  if ((i = ua.indexOf(s)) &amp;gt;= 0){
  this.isOP = true;return;
  }
  s = &amp;quot;msie&amp;quot;;
  if ((i = ua.indexOf(s)) &amp;gt;= 0) {
  this.isIE = true;
  return;
  }
  s = &amp;quot;netscape6/&amp;quot;;
  if ((i = ua.indexOf(s)) &amp;gt;= 0) {
  this.isNS = true;
  return;
  }
  s = &amp;quot;gecko&amp;quot;;
  if ((i = ua.indexOf(s)) &amp;gt;= 0) {
  this.isNS = true;
  return;
  }
  s = &amp;quot;safari&amp;quot;;
  if ((i = ua.indexOf(s)) &amp;gt;= 0) {
  this.isSF = true;
  return;
  }
}
function DialogShow(showdata,ow,oh,w,h){
  var objDialog = document.getElementById(&amp;quot;DialogMove&amp;quot;);
  if (!objDialog) 
  objDialog = document.createElement(&amp;quot;div&amp;quot;);
  t_DiglogW = ow;
  t_DiglogH = oh;
  DialogLoc();
  objDialog.id = &amp;quot;DialogMove&amp;quot;;
  var oS = objD</description><pubDate>Tue, 18 Mar 2008 10:00:23  GMT</pubDate></item><item><title>打开窗口自动最大化</title><link>http://www.ffasp.com/content.asp?newsid=911</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞A</description><pubDate>Tue, 15 Jan 2008 00:05:52  GMT</pubDate></item><item><title>飞舞的窗口</title><link>http://www.ffasp.com/content.asp?newsid=910</link><description>飞舞的窗口&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;

&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---飞舞的窗口&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
 

&amp;lt;SCRIPT language=javascript&amp;gt;
function WinScroll(direction,xWidth,xHeight){
if ((navigator.appVersion.indexOf('4')!= -1)){
self.resizeTo(xWidth,xHeight)
if (direction == 1){
self.moveTo(</description><pubDate>Tue, 15 Jan 2008 00:04:12  GMT</pubDate></item><item><title>自动关闭失去焦点的窗口</title><link>http://www.ffasp.com/content.asp?newsid=909</link><description>自动关闭失去焦点的窗口&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charse</description><pubDate>Tue, 15 Jan 2008 00:01:36  GMT</pubDate></item><item><title>限时显示的广告窗口</title><link>http://www.ffasp.com/content.asp?newsid=908</link><description>限时显示的广告窗口&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Language&amp;quot; content=&amp;quot;zh-cn&amp;quot;&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---限时广告窗口&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
 

&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;!--
#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}
--&amp;gt;
&amp;lt;/style&amp;gt;
&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript1.2&amp;quot;&amp;gt;
adTime=8;

chanceAd=1;
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById &amp;amp;&amp;amp; !ie);
adCount=0;
function initAd(){
        if(!ns &amp;amp;&amp;amp; !ie &amp;amp;&amp;amp; !w3) return;
        if(ie)                adDiv=eval('docu</description><pubDate>Tue, 15 Jan 2008 00:00:38  GMT</pubDate></item><item><title>无提示关闭窗口</title><link>http://www.ffasp.com/content.asp?newsid=907</link><description>无提示关闭窗口&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;网</description><pubDate>Mon, 14 Jan 2008 23:59:10  GMT</pubDate></item></channel></rss>