
JavaScript&CSS&DHTML
文章平均质量分 83
gengwei80
大学本科,
展开
-
Web Service的客户端javascript调用
var iCallID;var service_MsgXML = new ActiveXObject("MSXML.DOMDocument");function init(){ service.useService("http://gengw/jyjd/service/service.asmx?WSDL","service"); iCallID = service.service.callServ原创 2004-07-14 09:59:00 · 1989 阅读 · 3 评论 -
js模仿人走路移动效果(51js)
http://www.jiuyue.org/dreamland/rpg/unit/u_boy1.gif">//document.onmousemove=new Function("window.status=event.x+,+event.y;");var target_posx=1,target_posy=1,theTimeout=0,theTimeout2=0;document.on原创 2004-09-29 08:38:00 · 2934 阅读 · 0 评论 -
一个很COOL的层窗体
_xWina:visited{text-decoration:none;color:slategray;}a:hover{text-decoration:underline;color:slategray;}a:link{text-decoration:none;color:slategray;}-->//可以打包为js文件;var x0=0,y0=0,x1=0,y1=0;var offx=6,o原创 2004-09-29 08:41:00 · 1138 阅读 · 0 评论 -
实现WEB页内容查找和替换操作
Find and Replace Demo-www.51windows.Net>var iFlag;function search() { var wPopupElements=wPopup.document.all; if (wPopupElements.textcase.checked) {iFlag=4;} else {iFlag=0;} if (wPopupElements.sea原创 2004-09-29 08:46:00 · 1311 阅读 · 0 评论 -
怎样实现POPUp
var popup1 = window.createPopup();var window2 = popup1.document.parentWindow;var popup2 = window2.createPopup();function zdzhuo() {var pop1Body = popup1.document.body;pop1Body.style.backgroundColor =原创 2004-09-02 10:52:00 · 1261 阅读 · 0 评论 -
几个常用函数
function show(pie){ pie.strokecolor=pie.fillcolor; pie.strokeweight=2;}function hide(pie){ pie.strokecolor="white"; pie.strokeweight=1;}function msg(pie){ alert(pie.title);// window.location.href="q原创 2004-11-30 16:59:00 · 926 阅读 · 0 评论