<?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对select动态添加options操作 [IE&FireFox兼容]</title><link>http://www.ffasp.com/content.asp?newsid=1410</link><description>&amp;lt;select id=&amp;quot;ddlResourceType&amp;quot; &amp;gt;&amp;lt;/select&amp;gt;    动态删除select中的所有options：        document.getElementById(&amp;quot;ddlResourceType&amp;quot;).options.length=0;      动态删除select中的某一项option：        document.getElementById(&amp;quot;ddlResourceType&amp;quot;).options.remove(indx);       动态添加select中的项option:        document.getElementById(&amp;quot;ddlResourceType&amp;quot;).options.add(new Option(text,value));      上面在IE和FireFox都能测试成功，希望以后你可以用上。 其实用标准的DOM操作也可以，就是document.createElement，appendChild，removeChild之类的。 取值方面    function getvalue(obj)    {        var m=obj.options[obj.selectedIndex].value        alert(m);//获取value        var n=obj.options[obj.selectedIndex].text        alert(n);//获取文本    }==============================================================================1 检测是否有选中 if (objSelect.selectedIndex &amp;gt; - 1 ) { // 说明选中 } else { // 说明没有选中 } 2 删除被选中的项 objSelect.options[objSelect.selectedIndex] = null ; 3 增加项 objSelect.options[objSelect.length] = new Option( &amp;quot; 你好 &amp;quot; , &amp;quot; hello &amp;quot; ); 4 修改所选择中的项 objSelect.options[objSelect.selectedIndex] = new Option( &amp;quot; 你好 &amp;quot; , &amp;quot; hello &amp;quot; ); 5 得到所选择项的文本 objSelect.options[objSelect.selectedIndex].text; 6 得到所选择项的值 objSelect.options[objSelect.selectedIndex].value; ======================================================================&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&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;JS对select动态添加options操作[IE和FireFox兼容]&amp;lt;/title&amp;gt;
&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
function xlbchange(s){
switch (s){
   case &amp;quot;1&amp;quot; : 
       document.getElementById(&amp;quot;lb&amp;quot;).options.length=0;
     var soojs_value=[0</description><pubDate>Tue, 07 Jul 2009 15:44:29  GMT</pubDate></item><item><title>符合标准的对联广告代码</title><link>http://www.ffasp.com/content.asp?newsid=1372</link><description>&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; 

&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&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;符合标准的正常工作的对联广告&amp;lt;/title&amp;gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement &amp;amp;&amp;amp; document.documentElement.scrollTop)
diffY =</description><pubDate>Tue, 05 May 2009 15:47:18  GMT</pubDate></item><item><title>使用js/javascript制作特殊的字符效果</title><link>http://www.ffasp.com/content.asp?newsid=1333</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;特殊文字的制作&amp;lt;/title&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;/head&amp;gt;
&amp;lt;body text=#00ff00 bgColor=black  onload=e(d.q)&amp;gt;
&amp;lt;center&amp;gt;特殊文字的制作&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;center&amp;gt;
&amp;lt;table border=2 bordercolor=blue borderlight=green&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=center&amp;gt;&amp;lt;font size=5 color=red face=&amp;quot;Arial, Helvetica, sans-serif&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;下面为效果显示&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=left&amp;gt;
&amp;lt;SCRIPT&amp;gt;d=document;wr='write';v=void 0;u='';sn='&amp;lt;span style=&amp;quot;background-color:#00ff00;color:black;&amp;quot;&amp;gt;';sa='&amp;lt;/span&amp;gt;';function di(x,y){for(i=1;i&amp;lt;x;i++)d[wr](y);}d.layers?n4=1:n4=0;d.all?i4=1:i4=0;i4&amp;amp;&amp;amp;navigator.platform.indexOf('Mac')!=-1?i4=0:v;fn='font-family:Courier;font-size:12px;';!n4?vb='.g{background-color:black;border-color:green;border-style:solid;border-width:1px;color:#00ff00;'+fn+'}.h{background-color:#00FF00;border:none;color:black;'+fn+'}':vb=u;di(2,'&amp;lt;style&amp;gt;'+vb+'body{'+fn+'}&amp;lt;\/style&amp;gt;');el='elements';vl='value';ih='innerHTML';sp='　';br='&amp;lt;br&amp;gt;';a1='15';a2='1234';a3='12345';a4='234';a5='2345';a6='1';a7='3';a8='5';a9='135';b0='24';b1='23';b2='2';b3='14';b4='123';b5='4';b6='34';b7='235';f=new Array();f['A']=[a4,a1,a1,a3,a1,a1,a1];f['B']=[a2,a1,a1,a2,a1,a1,a2];f['C']=[a5,a6,a6,a6,a6,a6,a5];f['D']=[a2,a1,a1,a1,a1,a1,a2];f['E']=[a3,a6,a6,a2,a6,a6,a3];f['F']=[a3,a6,a6,a2,a6,a6,a6];f['G']=[a5,a6,a6,'1345',a1,a1,a5];f['H']=[a1,a1,a1,a3,a1,a1,a1];f['I']=[a3,a7,a7,a7,a7,a7,a3];f['J']=[a5,a8,a8,a8,a1,a1,a4];f['K']=[a1,b3,'13','12','13',b3,a1];f['L']=[a6,a6,a6,a6,a6,a6,a3];f['M']=[a1,'1245',a9,a1,a1,a1,a1];f['N']=[a1,a1,'125',a9,'145',a1,a1];f['O']=[a4,a1,a1,a1,a1,</description><pubDate>Mon, 23 Feb 2009 13:13:00  GMT</pubDate></item><item><title>图片上传预览，可显示文件大小，宽、高</title><link>http://www.ffasp.com/content.asp?newsid=1265</link><description>图片上传预览，可显示文件大小，宽、高
&amp;lt;HTML&amp;gt;
&amp;lt;HEAD&amp;gt;
	&amp;lt;title&amp;gt;Upload Image&amp;lt;/title&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;/HEAD&amp;gt;
&amp;lt;STYLE type=&amp;quot;text/css&amp;quot;&amp;gt;
* {font-size:9pt;font-family:SimSun}
body {margin:0px;overflow:hidden}
#upfile {width:100%}
#preview {width:100%;height:100%;overflow:hidden;background-color:#808080;margin:auto}
#pv {display:none}
&amp;lt;/STYLE&amp;gt;
&amp;lt;script language=&amp;quot;JScript&amp;quot;&amp;gt;
var obImg = new Image();
var validExt = &amp;quot;.jpg|.jpeg|.gif|.bmp|.png|&amp;quot;;
var bOK = false;
function ShowInfo(sInfo)
{
	document.all[&amp;quot;info&amp;quot;].innerText = sInfo;
}
function CheckProperty()
{
	if(obImg.readyState != &amp;quot;complete&amp;quot;)
	{
		setTimeout(&amp;quot;CheckProperty()&amp;quot;,500);
		return;
	}
	bOK = true;
	var iImgSize = Math.round(obImg.fileSize / 1024 * 100) / 100;
	ShowInfo(&amp;quot;图片大小：&amp;quot; + iImgSize + &amp;quot; KB 图片尺寸：&amp;quot; + obImg.width + &amp;quot; x &amp;quot; + obImg.height);
	var iContentWidth = document.all[&amp;quot;preview&amp;quot;].offsetWidth;
	var iContentHeight = document.all[&amp;quot;preview&amp;quot;].offsetHeight;
	if(obImg.width &amp;gt; iContentWidth || obImg.height &amp;gt; iContentHeight)
	{
		if(obImg.width &amp;lt;= iContentWidth)
		{
				document.all[&amp;quot;pv&amp;quot;].height = iContentHeight;
				document.all</description><pubDate>Tue, 21 Oct 2008 10:35:03  GMT</pubDate></item><item><title>文件上传前台控制检测预览程序 v0.6</title><link>http://www.ffasp.com/content.asp?newsid=1264</link><description>文件上传前台控制检测预览程序 v0.6
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;
&amp;lt;title&amp;gt;文件上传前台控制检测预览程序 v0.6&amp;lt;/title&amp;gt;
&amp;lt;style&amp;gt;
body,td{font-size:12px;}
&amp;lt;/style&amp;gt;
&amp;lt;script language=javascript&amp;gt;


var ImgObj=new Image();      //建立一个图像对象

var AllImgExt=&amp;quot;.jpg|.jpeg|.gif|.bmp|.png|&amp;quot;//全部图片格式类型
var FileObj,ImgFileSize,ImgWidth,ImgHeight,FileExt,ErrMsg,FileMsg,HasCheked,IsImg//全局变量图片相关属性

//以下为限制变量
var AllowExt=&amp;quot;.jpg|.gif|.doc|.txt|&amp;quot;  //允许上传的文件类型 ?为无限制 每个扩展名后边要加一个&amp;quot;|&amp;quot; 小写字母表示
//var AllowExt=0
var AllowImgFileSize=70;    //允许上传图片文件的大小 0为无限制  单位：KB
var AllowImgWidth=500;      //允许上传的图片的宽度 ?为无限制　单位：px(像素)
var AllowImgHeight=500;      //允许上传的图片的高度 ?为无限制　单位：px(像素)

HasChecked=false;

function CheckProperty(obj)    //检测图像属性
{
  FileObj=obj;
  if(ErrMsg!=&amp;quot;&amp;quot;)      //检测是否为正确的图像文件　返回出错信息并重置
  {
    ShowMsg(ErrMsg,false);
    return false;      //返回
  }

  if(ImgObj.readyState!=&amp;quot;complete&amp;quot;)  //如果图像是未加载完成进行循环检测
  {
    setTimeout(&amp;quot;CheckProperty(FileObj)&amp;quot;,500);
    return false;
  }

  ImgFileSize=Math.round(ImgObj.fileSize/1024*100)/100;//取得图片文件的大小
  ImgWidth=ImgObj.width      //取得图片的宽度
  ImgHeight=ImgObj.height;    //取得图片的高度
  FileMsg=&amp;quot;\n图片大小:&amp;quot;+ImgWidth+&amp;quot;*&amp;quot;+ImgHeight+&amp;quot;px&amp;quot;;
  FileMsg=F</description><pubDate>Tue, 21 Oct 2008 10:25:10  GMT</pubDate></item><item><title>图片上传前预览缩略图</title><link>http://www.ffasp.com/content.asp?newsid=1263</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;带有图片预览功能的上传表单webjx.com&amp;lt;/title&amp;gt;       
&amp;lt;script&amp;gt;       
function viewmypic(mypic,imgfile) {        
if (imgfile.value){        
mypic.src</description><pubDate>Tue, 21 Oct 2008 10:24:40  GMT</pubDate></item><item><title>兼容ie6,ie7,ff的jq(jquery)颜色选择器插件（拾色器）</title><link>http://www.ffasp.com/content.asp?newsid=1256</link><description>兼容ie6,ie7,ff的jq(jquery)颜色选择器插件 /* * $-color 0.1 - New Wave Javascript * * Copyright (c) 2008 King Wong * 修改后实现： *     1.兼容IE6，IE7，FF *     2.鼠标离开颜色选择器，则颜色选择器自动消失 *     3.调整了颜色选择器的初始位置 *     4.将颜色选择器的颜色值显示项的属性更改为只读 *     5.默认选择框ipunt字体加粗 *     6.默认选择框字体颜色为所选颜色 *     7.默认选择框字体大写  *     8.不会被 &amp;lt;select&amp;gt;遮盖 * $Date: 2008-10-1  $ * 版权属于原作者 * 修改：飞飞（QQ：276230416） *  */(function($){	  $.fn.extend({		  selectColor:function(){			var _d = new Date();			var _tem = _d.getTime();			var t;			  return this.each(function(){				var showColor = function(_obj){					var _left = parseInt($(_obj).offset().left);					var _top = parseInt($(_obj).offset().top);					var _width = parseInt($(_obj).width())/2;					var _height = parseInt($(_obj).height());					var _maxindex = function(){						var ___index = 0;						$.each($(&amp;quot;*&amp;quot;),function(i,n){							 var __tem = $(n).css(&amp;quot;z-index&amp;quot;);							 if(__tem&amp;gt;0)							 {								if(__tem &amp;gt; ___index)								{									___index = __tem + 1;									}							 }						 });						return ___index;					}();										var colorH = new Array('00','33','66','99','CC','FF');					var ScolorH = new Array('FF0000','00FF00','0000FF','FFFF00','00FFFF','FF00FF');					var _str = new Array();					for(var n = 0 ; n &amp;lt; 6 ; n++)					{						_str.push('&amp;lt;tr height=&amp;quot;11&amp;quot;&amp;gt;');						_str.push('&amp;lt;td style=&amp;quot;width:11px;background-color:#'+colorH[n]+colorH[n]+colorH[n]+'&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;');						for(var i = 0 ; i &amp;lt; 3; i++)						{	</description><pubDate>Thu, 16 Oct 2008 15:52:58  GMT</pubDate></item><item><title>符合标准的页面颜色选择（器）js插件</title><link>http://www.ffasp.com/content.asp?newsid=1255</link><description>符合标准的页面颜色选择（器）js插件&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;颜色对话框&amp;lt;/title&amp;gt;

&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;



&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
请点击文本框：

  &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;sss&amp;quot; onclick=&amp;quot;DisplayClrDlg(this)&amp;quot;  /&amp;gt;
  &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;dd&amp;quot; onclick=&amp;quot;DisplayClrDlg(this)&amp;quot;/&amp;gt;
  
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;
  
  
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;javascript&amp;quot;&amp;gt;
&amp;lt;!--
//***************************************************
//插件主要部分来自于网上，使用优化作者：飞飞
//QQ:276230416
//演示地址：http://www.ffasp.com/content.asp?newsid=1255
//***************************************************
//欢迎讨论交流
//***************************************************
//使用说明：
//    把以下的js放在页面内的任意位置，在需要调用使用颜色选择插件的
//地方添加如下代码：
//onmouseover=&amp;quot;DisplayClrDlg(this)&amp;quot; 或 onClick = &amp;quot;DisplayClrDlg(this)&amp;quot;
//***************************************************
var ColorHex=new Array('00','33','66','99','CC','FF');
var SpColorHex=new Array('FF0000','00FF00','0000FF','FFFF00','00FFFF','FF00FF');
var current=null;
var t;
function intocolor(TipId)
{
var colorTable='';
current = null;
for (i=0;i&amp;lt;2;i++)
{
  for (j=0;j&amp;lt;6;j++)
   {
    colorTable=colorTable+'&amp;lt;tr height=&amp;quot;12&amp;quot;&amp;gt;'
    colorTable=colorTable+'&amp;lt;td width=&amp;quot;11&amp;quot; style=&amp;quot</description><pubDate>Thu, 16 Oct 2008 07:31:54  GMT</pubDate></item><item><title>颜色选择器</title><link>http://www.ffasp.com/content.asp?newsid=1220</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;input id='Info1'&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input id='Info2'&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input id='Info3'&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;span id=ColorDiv style='width:200;height:200;'&amp;gt;&amp;lt;/span&amp;gt;

&amp;lt;script&amp;gt;

var iW = '70';//共有6种颜色，每种颜色的宽为iW。iW*6为色带的宽。
var iH = '400';//iH为色带的高。

var H,S,V;

function HSV(){
var pX = event.offsetX;
var pY = event.offsetY;
var HalfH = parseInt(iH/2);
H = parseInt(pX*360/(iW*6));
if(event.offsetY &amp;lt; HalfH){
	S = pY/HalfH;
	V = 1;
	}
else{
	S = 1;
	V = (iH-pY)/HalfH;
	}
Info1.value = 'H:'+H+'  S:'+parseInt(S*100)+'%   V:'+parseInt(V*100)+'%';
HSVtoRGB();
RGBtoHTML();
}

var R,G,B;

function HSVtoRGB(){
var r,g,b;
var k = (H%60)/60;
var c1 = V*(1-S);
var c2 = V*(1-S*k);
var c3 = V*(1-S*(1-k)</description><pubDate>Sun, 31 Aug 2008 23:57:20  GMT</pubDate></item><item><title>页面加载loading特效</title><link>http://www.ffasp.com/content.asp?newsid=1219</link><description>页面加载loading特效&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乐园|---页面加载loading特效&amp;lt;/title&amp;gt;

&amp;lt;/HEAD&amp;gt;
&amp;lt;body style=&amp;quot;background:black&amp;quot;&amp;gt;
&amp;lt;div style=&amp;quot;position:absolute;width:322;height:14;border:1 #707888 solid;overflow:hidden&amp;quot;&amp;gt;
	&amp;lt;div style=&amp;quot;position:absolute;top:-1;left:0&amp;quot; id=&amp;quot;pimg&amp;quot;&amp;gt;
	&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div  style=&amp;quot;position:absolute;top:30;left:120;font-size:9pt;color:#f4f4f4&amp;quot; id=&amp;quot;abc&amp;qu</description><pubDate>Sun, 31 Aug 2008 23:56:22  GMT</pubDate></item></channel></rss>