09 2004 档案

JavaScript类(转载)
摘要:Introduction The article by Sergey Zavadski introduces the object model of the JavaScript programming language and demonstrates common practices in the OOP (object oriented programming) with JavaScrip... 阅读全文

posted @ 2004-09-28 14:14 DiviSoft 阅读(394) 评论(0) 推荐(0)

XML解析问题
摘要:PIC12345853939_461312345ALB12345_1095851449_92502004-09-22 19:52:1910101234512345_USERNAME doc/12/345/PIC12345_1095853939_4613_0001.txtpic/12/345/PIC12345_1095853939_4613.jpg127.0.0.1001000'... 阅读全文

posted @ 2004-09-23 11:44 DiviSoft 阅读(839) 评论(2) 推荐(0)

php+cookies
摘要:$date = gmstrftime("%A, %d-%b-%Y %H:%M:%S",(mktime()+6400) );$HTTP_HOST = "www.chipchapin.com"; // our server's hostname1: header("Set-Cookie: testcookie1=present;"); 2: header("Set-Cookie: tes... 阅读全文

posted @ 2004-09-23 11:43 DiviSoft 阅读(476) 评论(0) 推荐(0)

使页面里所有大于_width的图片,全部成比例缩小成_width
摘要:脚本控制://使页面里所有大于_width的图片,全部成比例缩小成_widthfunction imageresize(_width) {//自动将所有大图片变成固定宽度 var iIndex=0; var nImgCount=0; var _obj=document; nImgCount=_obj.images.length; for(i=0;i_width) { ... 阅读全文

posted @ 2004-09-09 15:21 DiviSoft 阅读(365) 评论(0) 推荐(0)

导航