⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 豆豆技术网--ct media新一代的解决方案.mht

📁 voip前景广泛
💻 MHT
📖 第 1 页 / 共 3 页
字号:
      </tr>
    </table></td>
  </tr>
   <tr align=3D"right">
    <td height=3D"100" colspan=3D"2"><table width=3D"760" height=3D"80" =
align=3D"center" >
      <tr>
        <td align=3D"center">&nbsp;</td>
      </tr>
    </table>
    <table width=3D"90%"  border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0">
      <tr>
        <td height=3D"100" align=3D"center"><a href=3D# =
onclick=3D"this.style.behavior=3D'url(#default#homepage)';this.setHomePag=
e(window.location.href);return false" =
class=3D"style1">=BD=AB=B6=B9=B6=B9=BC=BC=CA=F5=CD=F8=C9=E8=CE=AA=CA=D7=D2=
=B3</a> <span class=3D"style1" =
onClick=3D"window.external.addFavorite('http://www.ddvip.net/search.asp',=
'=B6=B9=B6=B9=BC=BC=CA=F5=CD=F8=CB=D1=CB=F7=CF=B5=CD=B3')" =
title=3D"=B6=B9=B6=B9=BC=BC=CA=F5=CD=F8=CB=D1=CB=F7=CF=B5=CD=B3">=BC=D3=C8=
=EB=CA=D5=B2=D8=BC=D0</span> <a href=3D"/liuyan" target=3D"_blank" =
class=3D"style1">=D0=C5=CF=A2=B7=B4=C0=A1</a></td>
      </tr>
    </table></td>
  </tr>
  <tr align=3D"center" valign=3D"bottom">
    <td height=3D"30" colspan=3D"2">&nbsp;</td>
  </tr>
  <tr align=3D"center" valign=3D"bottom">
    <td height=3D"30" colspan=3D"2"><table width=3D"90%"  border=3D"0" =
cellpadding=3D"0" cellspacing=3D"0">
      <tr>
        <td width=3D"100" height=3D"40" align=3D"center" =
class=3D"04">&nbsp; </td>
        <td align=3D"center" =
class=3D"04">&copy;=CB=F9=D3=D0=B0=E6=C8=A8=B9=E9=B6=B9=B6=B9=BC=BC=CA=F5=
 </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td colspan=3D"2">&nbsp;	</td>
 </tr>
  <tr>
    <td width=3D"6%" height=3D"60">&nbsp;</td>
    <td class=3D"notetitle">&nbsp;    </td>
  </tr>
  <tr align=3D"center">
    <td height=3D"80" colspan=3D"2">&nbsp;</td>
  </tr>
</table>
</body>
</html>

------=_NextPart_000_0339_01C4F983.2F443E10
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ddvip.net/ad/pfzz.js

//=D7=F3=B1=DF
//=D7=F3=B1=DF
//var left_img=3D'<a href=3Dhttp://www.020.cn target=3D_blank><img =
src=3Dhttp://www.ddvip.net/ad/020cn.gif border=3D0></a><br><br><a =
href=3Dhttp://vip.ddvip.net target=3D_blank><img =
src=3Dhttp://www.ddvip.net/ad/vip/vip.gif border=3D0>';
//
//

//=D3=D2=B1=DF
var right_img=3D'<a href=3Dhttp://www.idc2021.com target=3D_blank><img =
src=3D/ad/100X1002005.1.gif border=3D0></a><br><br><embed =
id=3D"nowads_img" src=3D"http://www.ddvip.net/ad/35inter.swf" =
width=3D"100" height=3D"100" quality=3D"high"  =
type=3D"application/x-shockwave-flash"></embed>';
//idc2021.com =D6=F7=D5=BE=C8=AB=D5=BE




	var delta=3D0.15
	var collection;
	function floaters() {
		this.items	=3D [];
		this.addItem	=3D function(id,x,y,content)
				  {
					document.write('<DIV id=3D'+id+' style=3D"Z-INDEX: 10; POSITION: =
absolute;  width:80px; =
height:60px;left:'+(typeof(x)=3D=3D'string'?eval(x):x)+';top:'+(typeof(y)=
=3D=3D'string'?eval(y):y)+'">'+content+'</DIV>');
				=09
					var newItem				=3D {};
					newItem.object			=3D document.getElementById(id);
					newItem.x				=3D x;
					newItem.y				=3D y;

					this.items[this.items.length]		=3D newItem;
				  }
		this.play	=3D function()
				  {
					collection				=3D this.items
					setInterval('play()',10);
				  }
		}
		function play()
		{

			for(var i=3D0;i<collection.length;i++)
			{
				var followObj		=3D collection[i].object;
				var followObj_x		=3D =
(typeof(collection[i].x)=3D=3D'string'?eval(collection[i].x):collection[i=
].x);
				var followObj_y		=3D =
(typeof(collection[i].y)=3D=3D'string'?eval(collection[i].y):collection[i=
].y);

				if(followObj.offsetLeft!=3D(document.body.scrollLeft+followObj_x)) {
					var =
dx=3D(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
					dx=3D(dx>0?1:-1)*Math.ceil(Math.abs(dx));
					followObj.style.left=3DfollowObj.offsetLeft+dx;
					}

				if(followObj.offsetTop!=3D(document.body.scrollTop+followObj_y)) {
					var =
dy=3D(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
					dy=3D(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=3DfollowObj.offsetTop+dy;
					}
				followObj.style.display	=3D '';
			}
		}=09
	=09
	var theFloaters		=3D new floaters();
theFloaters.addItem('followDiv1','document.body.clientWidth-108',180,''+r=
ight_img+'');
//theFloaters.addItem('followDiv2','10',100,''+left_img+'');
	theFloaters.play();
------=_NextPart_000_0339_01C4F983.2F443E10
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ddvip.net/ad/pdxx/pd.js

//init cookie
function setCookie()=20
{=20
  var FromUrl=3Dwindow.location.toString();
      FromUrl=3DFromUrl.replace("http://","");
	  FromUrl=3DFromUrl.replace("www.","");
	  FromUrl=3DFromUrl.substring(0,FromUrl.indexOf("/"));
  var now=3Dnew Date();
//set cookie  expires date 1000ms*60*60
  now.setTime( now.getTime() + 1000 * 60 * 60 );
  var the_cookie =3D =
"FromUrl=3D"+FromUrl+";expires=3D"+now.toGMTString()+";path=3D/";
  document.cookie =3D the_cookie;//write Cookie
}=20
function readCookie()
{ var the_cookie =3D document.cookie;=20
  return the_cookie;
}
setCookie();
//end of init cookie
var brOK=3Dfalse;
var mie=3Dfalse;
var vmin=3D1;
var vmax=3D3;
var vr=3D3;
var timer1;
var pdxx;
var ad_width=3D0;
var ad_height=3D0;
// <a href=3D"http://pdxx.com">Domain Hosting email </a>    <a =
href=3D"http://pdxx.com">Domain Hosting email</a>
function movechip(chipname)
{
	if(brOK)
	{
		eval("chip=3D"+chipname);
		if(!mie)
		{
			pageX=3Dwindow.pageXOffset;
			pageW=3Dwindow.innerWidth;
			pageY=3Dwindow.pageYOffset;
			pageH=3Dwindow.innerHeight;
		}=20
		else
		{
			pageX=3Dwindow.document.body.scrollLeft;
			pageW=3Dwindow.document.body.offsetWidth-8;
			pageY=3Dwindow.document.body.scrollTop;
			pageH=3Dwindow.document.body.offsetHeight;
		}
		chip.xx=3Dchip.xx+chip.vx;
		chip.yy=3Dchip.yy+chip.vy;
		chip.vx+=3Dvr*(Math.random()-0.5);
		chip.vy+=3Dvr*(Math.random()-0.5);
		if(chip.vx>(vmax+vmin))  chip.vx=3D(vmax+vmin)*2-chip.vx;
		if(chip.vx<(-vmax-vmin)) chip.vx=3D(-vmax-vmin)*2-chip.vx;
		if(chip.vy>(vmax+vmin))  chip.vy=3D(vmax+vmin)*2-chip.vy;
		if(chip.vy<(-vmax-vmin)) chip.vy=3D(-vmax-vmin)*2-chip.vy;
		if(chip.xx<=3DpageX)
		{
			chip.xx=3DpageX;
			chip.vx=3Dvmin+vmax*Math.random();
		}
		if(chip.xx>=3DpageX+pageW-chip.w)
		{
			chip.xx=3DpageX+pageW-chip.w;
			chip.vx=3D-vmin-vmax*Math.random();
		}
		if(chip.xx>=3DpageW-ad_width)
		{
			chip.xx=3Dchip.xx-20;
			chip.vx=3D-vmin-vmax*Math.random();
		}
		if(chip.yy<=3DpageY)
		{
			chip.yy=3DpageY;
			chip.vy=3Dvmin+vmax*Math.random();
		}
		if(chip.yy>=3DpageY+pageH-ad_height)
		{
			chip.yy=3DpageY+pageH-ad_height;
			chip.vy=3D-vmin-vmax*Math.random();
		}
		if(!mie)
		{
			eval('document.'+chip.named+'.top =3D'+chip.yy);
			eval('document.'+chip.named+'.left=3D'+chip.xx);
		}
		else
		{
			eval('document.all.'+chip.named+'.style.pixelLeft=3D'+chip.xx);
			eval('document.all.'+chip.named+'.style.pixelTop =3D'+chip.yy);
		}
		chip.timer1=3DsetTimeout("movechip('"+chip.named+"')",80);
	}
}

function stopme(chipname)
{
	if(brOK)
	{
		eval("chip=3D"+chipname);
		if(chip.timer1!=3Dnull)
		{
			clearTimeout(chip.timer1)
		}
	}
}

function pdxx()
{
	if(navigator.appName.indexOf("Internet Explorer")!=3D-1)
	{
		if(parseInt(navigator.appVersion.substring(0,1))>=3D4) =
brOK=3Dnavigator.javaEnabled();mie=3Dtrue;
	}
	if(navigator.appName.indexOf("Netscape")!=3D-1)
	{
		if(parseInt(navigator.appVersion.substring(0,1))>=3D4) =
brOK=3Dnavigator.javaEnabled();
	}
	pdxx1.named=3D"pdxx1";
	pdxx1.vx=3Dvmin+vmax*Math.random();
	pdxx1.vy=3Dvmin+vmax*Math.random();
	pdxx1.w=3D1;
	pdxx1.h=3D1;
	pdxx1.xx=3D0;
	pdxx1.yy=3D0;
	ad_width=3Dpdxx_img.width;
	ad_height=3Dpdxx_img.height;
	//alert(ad_height);
	pdxx.timer1=3Dnull;
	movechip("pdxx1");
}

function getClientSize()
{
    pageW=3Dwindow.document.body.offsetWidth-8;
    pageH=3Dwindow.document.body.offsetHeight;
   =20
}
function Closeff()
{
        pdxx1.style.visibility=3D"hidden";
}
document.write('<span id=3D"pdxx1"  onmouseover=3Dstopme("pdxx1"); =
onmouseout=3Dmovechip("pdxx1"); =
style=3D"height:49px;left:178px;position:absolute;top:1237px;width:70px; =
z-index:100000">');
document.write('<a href=3D"http://pdxx.com/" target=3D"_blank">');
document.write('<img id=3D"pdxx_img" =
src=3D"http://www.ddvip.net/ad/pdxx/pdxx.gif" border=3D"0"></a><a =
href=3D"javascript:Closeff()"><font =
color=3D"#009900">=B9=D8=B1=D5=B9=E3=B8=E6</font></a></span>');
pdxx();
window.onresize=3DgetClientSize;

------=_NextPart_000_0339_01C4F983.2F443E10--

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -