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

📄 周立功:其实做什么产品都赚钱,关键看您做得怎么样? - 21ic中国电子网.mht

📁 周立功:其实做什么产品都赚钱
💻 MHT
📖 第 1 页 / 共 4 页
字号:
//This credit MUST stay intact for use
var menuOffX=3D0	=
//=B2=CB=B5=A5=BE=E0=C1=AC=BD=D3=CE=C4=D7=D6=D7=EE=D7=F3=B6=CB=BE=E0=C0=EB=

var menuOffY=3D18	=
//=B2=CB=B5=A5=BE=E0=C1=AC=BD=D3=CE=C4=D7=D6=B6=A5=B6=CB=BE=E0=C0=EB

var fo_shadows=3Dnew Array()
var linkset=3Dnew Array()

////No need to edit beyond here

var ie4=3Ddocument.all&&navigator.userAgent.indexOf("Opera")=3D=3D-1
var ie55up =3D IsIE55Up();
var ns6=3Ddocument.getElementById&&!document.all
var ns4=3Ddocument.layers
var overIframe =3D null;
var jsdone =3D false;	// =
=CE=B4=D6=B4=D0=D0=C6=E4=CB=FCjs=C7=B0=B2=BB=B3=F6=B2=CB=B5=A5

function showmenu(e,index,p,paging){
	if (!jsdone)
		return false;
	=
//p=CE=AA=B5=B1=C7=B0=D2=B3=CA=FD,paging=CE=AA=B5=B1=C7=B0=CA=C7=B2=BB=CA=
=C7=B7=AD=D2=B3
	if (!document.all&&!document.getElementById&&!document.layers)
		return
=09
	which=3Dlinkset[index]
	var pSize=3D10	//=C3=BF=D2=B3=C1=AC=BD=D3=CA=FD
	var pNum=3DMath.floor((which.length-1)/pSize)+1		//=D2=B3=CA=FD
=09
	clearhidemenu()
	if (ie55up)
		ie_clearshadow()
=09
	//=C9=E8=D6=C3=B2=CB=B5=A5=C4=DA=C8=DD
	if (pNum=3D=3D1){
		which=3Dwhich.join("")
	}else{
		which=3Dwhich.slice( (p-1)*pSize, p*pSize )
		which=3Dwhich.join("")
		which+=3D"<div class=3D\"menuitems\" >"
		if (p=3D=3D1)
		{
			which+=3D"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font =
face=3D=CB=CE=CC=E5 color=3Dgray>=A1=FB</font> "
		}else{
			which+=3D"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font =
face=3D=CB=CE=CC=E5 style=3Dcursor:hand onclick=3Dshowmenu(event,"+ =
index +","+ (p-1) +",true) >=A1=FB</font> "
		}
		if (p=3D=3DpNum)
		{
			which+=3D"<font face=3D=CB=CE=CC=E5 color=3Dgray>=A1=FA</font>"
		}else{
			which+=3D"<font face=3D=CB=CE=CC=E5 style=3Dcursor:hand =
onclick=3Dshowmenu(event,"+ index +","+ (p+1) +",true) >=A1=FA</font>"
		}
		which+=3D"</div>"
	}
=09
	menuobj=3Die4? document.all.popmenu : ns6? =
document.getElementById("popmenu") : ns4? document.popmenu : ""
	menuobj.thestyle=3D(ie4||ns6)? menuobj.style : menuobj
=09
	if (ie4||ns6)
		menuobj.innerHTML=3Dwhich
	else{
		menuobj.document.write("<layer name=3D\"gui\" bgColor=3D\"#E6E6E6\" =
width=3D\"165\" onmouseover=3D\"clearhidemenu()\" =
onmouseout=3D\"hidemenu()\">"+which+"</layer>")
		menuobj.document.close()
	}
	menuobj.contentwidth=3D(ie4||ns6)? menuobj.offsetWidth : =
menuobj.document.gui.document.width
	menuobj.contentheight=3D(ie4||ns6)? menuobj.offsetHeight : =
menuobj.document.gui.document.height
=09
	eventX=3Die4? event.clientX : ns6? e.clientX : e.x
	eventY=3Die4? event.clientY : ns6? e.clientY : e.y
=09
	var rightedge=3Die4? document.body.clientWidth-eventX : =
window.innerWidth-eventX
	var bottomedge=3Die4? document.body.clientHeight-eventY : =
window.innerHeight-eventY
	=09
	if (!paging)
	{=09
		if (rightedge<menuobj.contentwidth)
			menuobj.thestyle.left=3Die4? =
document.body.scrollLeft+eventX-menuobj.contentwidth+menuOffX : ns6? =
window.pageXOffset+eventX-menuobj.contentwidth+menuOffX+"px" : =
eventX-menuobj.contentwidth
		else
			menuobj.thestyle.left=3Die4? ie_x(event.srcElement)+menuOffX : ns6? =
window.pageXOffset+eventX+menuOffX+"px" : eventX
		if (bottomedge<menuobj.contentheight)
			menuobj.thestyle.top=3Die4? =
document.body.scrollTop+eventY-menuobj.contentheight-event.offsetY+menuOf=
fY : ns6? window.pageYOffset+eventY-menuobj.contentheight+menuOffY+"px" =
: eventY-menuobj.contentheight
		else
			menuobj.thestyle.top=3Die4? ie_y(event.srcElement)+menuOffY : ns6? =
window.pageYOffset+eventY+menuOffY+"px" : eventY
	}
=09
	menuobj.thestyle.visibility=3D"visible"
	if (ie55up)
		ie_dropshadow(menuobj,"#999999",3)
	DivOverSel(menuobj);
	return false
}

function ie_y(e){ =20
	var t=3De.offsetTop; =20
	while(e=3De.offsetParent){ =20
		t+=3De.offsetTop; =20
	} =20
	return t; =20
} =20
function ie_x(e){ =20
	var l=3De.offsetLeft; =20
	while(e=3De.offsetParent){ =20
		l+=3De.offsetLeft; =20
	} =20
	return l; =20
} =20
function ie_dropshadow(el, color, size)
{
	var i;
	for (i=3Dsize; i>0; i--)
	{
		var rect =3D document.createElement('div');
		var rs =3D rect.style
		rs.position =3D 'absolute';
		rs.left =3D (el.style.posLeft + i) + 'px';
		rs.top =3D (el.style.posTop + i) + 'px';
		rs.width =3D el.offsetWidth + 'px';
		rs.height =3D el.offsetHeight + 'px';
		rs.zIndex =3D el.style.zIndex - i;
		rs.backgroundColor =3D color;
		var opacity =3D 1 - i / (i + 1);
		rs.filter =3D 'alpha(opacity=3D' + (100 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		fo_shadows[fo_shadows.length] =3D rect;
	}
}
function ie_clearshadow()
{
	for(var i=3D0;i<fo_shadows.length;i++)
	{
		if (fo_shadows[i])
			fo_shadows[i].style.display=3D"none"
	}
	fo_shadows=3Dnew Array();
}


function contains_ns6(a, b) {
	while (b.parentNode)
		if ((b =3D b.parentNode) =3D=3D a)
			return true;
	return false;
}

function hidemenu(){
	if (window.menuobj)
		window.menuobj.thestyle.visibility=3D(ie4||ns6)? "hidden" : "hide"
	ie_clearshadow()
	DivOutSel();
}

function dynamichide(e){
	if (ie4&&!menuobj.contains(e.toElement))
		hidemenu()
	else if (ns6&&e.currentTarget!=3D e.relatedTarget&& =
!contains_ns6(e.currentTarget, e.relatedTarget))
		hidemenu()
}

function delayhidemenu(){
	if (ie4||ns6||ns4)
		delayhide=3DsetTimeout("hidemenu()",500)
}

function clearhidemenu(){
	if (window.delayhide)
		clearTimeout(delayhide)
}

function highlightmenu(e,state){
	if (document.all)
		source_el=3Devent.srcElement
	else if (document.getElementById)
		source_el=3De.target
	if (source_el.className=3D=3D"menuitems"){
		source_el.id=3D(state=3D=3D"on")? "mouseoverstyle" : ""
	}
	else{
		while(source_el.id!=3D"popmenu"){
			source_el=3Ddocument.getElementById? source_el.parentNode : =
source_el.parentElement
			if (source_el.className=3D=3D"menuitems"){
				source_el.id=3D(state=3D=3D"on")? "mouseoverstyle" : ""
			}
		}
	}
}

function DivOverSel(obj)
{
	// =D6=BB=D3=D0IE5.5=D2=D4=C9=CFIframe=B5=C4z-index=B2=C5=D3=D0=D0=A7
	if (ie55up)
	{
		if (overIframe =3D=3D null)
		{
			overIframe =3D document.createElement("<iframe src=3D'about:blank' =
style=3D'position:absolute;left:0;top:0;z-index:998;display:none' =
scrolling=3D'no' frameborder=3D'0'></iframe>");
		}
		document.body.insertAdjacentElement("beforeEnd",overIframe);
		with(overIframe.style)
		{
			top =3D obj.style.top;
			left =3D obj.style.left;
			width =3D obj.offsetWidth;
			height =3D obj.offsetHeight;
			overIframe.style.visibility=3D'visible';
			display =3D 'block';
		}
		obj.style.zIndex =3D "999";
	}
}

function DivOutSel()
{
	if (ie55up)
	{
		if (overIframe !=3D null)
		{
			overIframe.style.visibility=3D'hidden';
		}
	}
}

// =CA=C7=B7=F1IE5.5=D2=D4=C9=CF=B0=E6=B1=BE
function IsIE55Up () {
	var agt =3D navigator.userAgent.toLowerCase();
	var isIE =3D (agt.indexOf("msie")!=3D-1);
	if (isIE)
	{
		var stIEVer =3D agt.substring(agt.indexOf("msie ") + 5);
		var verIEFull =3D parseFloat(stIEVer);
		return verIEFull >=3D 5.5;
	}
	return false;
}

if (ie4||ns6)
document.onclick=3Dhidemenu
-->
------=_NextPart_000_0000_01C5E9DA.BA7E9F50
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://afp21ic.allyes.com/main/adfshow?user=Afp21ic|innewshtml|newshtml&db=afp21ic&border=0&local=yes&js=ie

document.write("<SCRIPT LANGUAGE=3D\"Javascript\">\n");=0A=
document.write("ADFHOST51=3D\"http://afp21ic.allyes.com\";\n");=0A=
document.write("ADFCID51=3D66;\n");=0A=
document.write("ADFUSER51=3D\"http://afp21ic.allyes.com/main/adfclick?use=
r=3DAfp21ic|innewshtml|newshtml&db=3Dafp21ic&log=3Don&ip=3D218.107.38.237=
&bid=3D51&cid=3D13013&sid=3D106&exp1=3D-393877569&exp2=3D8382889719&cache=
=3D34278&url=3Dhttp://www.eeplace.com/exttp/xil051122/seminar-cn.html\";\=
n");=0A=
document.write("</SCR"+"IPT>\n");=0A=
document.write("	<a =
href=3Dhttp://www.eeplace.com/exttp/xil051122/seminar-cn.html  =
target=3D_blank>	\n");=0A=
document.write("<IMG style=3D\"BORDER-LEFT-COLOR: #ffffff; FILTER: ; =
BORDER-BOTTOM-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; =
BORDER-RIGHT-COLOR: #ffffff\" =
alt=3D\"=B8=FC=BF=EC=B5=D8=C9=E8=BC=C6=B8=DF=D0=D4=C4=DC=CA=D3=C6=B5=BC=B0=
=CD=BC=CF=F1=CF=B5=CD=B3\" =
src=3D\"http://www.21ic.com.cn/customer/eeplace/eeplace11-02.gif\" =
align=3Dleft border=3D8>\n");=0A=
document.write("		</a>");
------=_NextPart_000_0000_01C5E9DA.BA7E9F50
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://afp21ic.allyes.com/main/adfshow?user=Afp21ic|listnewstext|listtop&db=afp21ic&border=0&local=yes&js=ie

document.write("<SCRIPT LANGUAGE=3D\"Javascript\">\n");=0A=
document.write("ADFHOST52=3D\"http://afp21ic.allyes.com\";\n");=0A=
document.write("ADFCID52=3D62;\n");=0A=
document.write("ADFUSER52=3D\"http://afp21ic.allyes.com/main/adfclick?use=
r=3DAfp21ic|listnewstext|listtop&db=3Dafp21ic&log=3Don&ip=3D218.107.38.23=
7&bid=3D52&cid=3D13379&sid=3D111&exp1=3D-092817350&exp2=3D8988819288&cach=
e=3D169098&url=3Dhttps://www2.tek.com/CNRegistration/frame/framed1.asp?Fr=
ameSet=3Devent&location=3D/CNRegistration/edm/622/edm_reg.asp\";\n");=0A=
document.write("</SCR"+"IPT>\n");=0A=
document.write("<meta http-equiv=3D\"Content-Type\" =
content=3D\"text/html; charset=3Dgb2312\"><style =
type=3D\"text/css\">\n");=0A=
document.write("<!--\n");=0A=
document.write("A.Allyes_link20051104141155:link {FONT-SIZE: 12px; =
line-height: 150%; COLOR: #00007f; FONT-FAMILY: =CB=CE=CC=E5; =
TEXT-DECORATION: underline ;font: bold}\n");=0A=
document.write("A.Allyes_link20051104141155:hover {FONT-SIZE: 12px; =
line-height: 150%; COLOR: #ff0000; FONT-FAMILY: =CB=CE=CC=E5; =
TEXT-DECORATION: none}\n");=0A=
document.write("A.Allyes_link20051104141155:active {FONT-SIZE: 12px; =
line-height: 150%; COLOR: #ff0000; FONT-FAMILY: =CB=CE=CC=E5; =
TEXT-DECORATION: none}\n");=0A=
document.write("A.Allyes_link20051104141155:visited {FONT-SIZE: 12px; =
line-height: 150%; COLOR: #65038e; FONT-FAMILY: =CB=CE=CC=E5; =
TEXT-DECORATION: none ;font: bold}\n");=0A=
document.write("--></style>\n");=0A=
document.write("<SCRIPT LANGUAGE=3D\"JavaScript\">\n");=0A=
document.write("document.write(\"<a href=3D'\"+ADFUSER52+\"' =
class=3D'Allyes_link20051104141155' alt=3D'' =
target=3D'_blank'>=CC=A9=BF=CB2005=C4=EA=D1=C7=CC=AB=D1=B2=BB=D8=D1=D0=CC=
=D6=BB=E1=D7=A2=B2=E1&nbsp;=D3=D0=C0=F1=CF=E0=CB=CD\");document.write(\"<=
/a>\"); </SCRIPT>");
------=_NextPart_000_0000_01C5E9DA.BA7E9F50--

⌨️ 快捷键说明

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