bombombom
@bombombom
ตอนนี้ยังไม่มีคำขอเป็นเพื่อน
มีเพื่อนๆ เล่น My.iD อีกเยอะเลย ลองไปดูกันเถอะ
dummyaliasname
@dummyusername
dummymsg
ตอนนี้ยังไม่มีข้อความลับ
ตอนนี้ยังไม่มีการแจ้งเตือน
เล่าเรื่องราวของคุณหรือสิ่งที่สนใจผ่านการตั้งกระทู้ ถ้ามีเพื่อนๆ มาตอบจะได้รับการแจ้งเตือนด้วยนะ
เพียงแค่ 3 ขั้นตอนง่ายๆ เพื่อรับแจ้งเตือนบทความมาใหม่ในหมวดที่คุณสนใจ
ตอนนี้ได้ติดตามบทความเรียบร้อย
เมื่อบทความที่ติดตามอัปเดตจะแจ้งเตือนทันที ขอให้สนุกกับการอ่านบทความนะครับ
คุณยังไม่ได้ตั้งรหัสผ่านในบัญชีของคุณ
ตั้งรหัสผ่านตอนนี้เพื่อให้สามารถเข้าสู่ระบบด้วยรหัสผ่านได้
เขียน
สมัคร
บอร์ด
App
วิธีใช้
สวยมั้ยคะ
COPY โค้ดไปได้เลย!! ^-^
<head><SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"><!--var move = true; // ???????????????????:true ?????:falsevar santaImg_r = "http://www.geocities.com/pangrum47/for1stPage/xmas/000.gif" // ?????????var santaImg_l = "http://www.geocities.com/pangrum47/for1stPage/xmas/001.gif" // ?????????var santaSizeW = 87; // ?????var santaSizeH = 35; // ?????var santaStep = 3; // ????????var timing = 1; // ???????? 0:?????1:??var drop = 400; // timing = 0???????????????????????var toyTimer = 2000; // timing = 1?????????????1000=???var toyNo = 10; // ????????????toy = new Array();toy[0] = "http://www.geocities.com/pangrum47/for1stPage/xmas/003.gif"; // ????????toy[1] = "http://www.geocities.com/pangrum47/for1stPage/xmas/004.gif"; // hosi[?]????0????????toy[2] = "http://www.geocities.com/pangrum47/for1stPage/xmas/005.gif"; // ???????????toy[3] = "http://www.geocities.com/pangrum47/for1stPage/xmas/006.gif";toy[4] = "http://www.geocities.com/pangrum47/for1stPage/xmas/007.gif";toy[5] = "http://www.geocities.com/pangrum47/for1stPage/xmas/008.gif";toy[6] = "http://www.geocities.com/pangrum47/for1stPage/xmas/009.gif";toy[7] = "http://www.geocities.com/pangrum47/for1stPage/xmas/002.gif";_dom=(document.all?3:(document.getElementById?1:(document.layers?2:0)));var starCount = 0, j = 0, i, dx, xp, yp, am, stx, sty, sclX = 0, sclY = 0;dx = new Array(); xp = new Array(); yp = new Array(); toyMove = new Array;am = new Array(); stx = new Array(); sty = new Array();function getWindowSize() {if(_dom == 1 || _dom == 2) {win_width = self.innerWidth;win_height = self.innerHeight;}if (_dom == 3) {win_width = document.body.clientWidth;win_height = document.body.clientHeight;}}function getScrollPosX() {if (_dom == 1) return scrollX;if (_dom == 2) return pageXOffset;if (_dom == 3) return document.body.scrollLeft}function getScrollPosY() {if (_dom == 1) return scrollY;if (_dom == 2) return pageYOffset;if (_dom == 3) return document.body.scrollTop;}function showLayer(layerName){if (_dom == 1) document.getElementById(layerName).style.visibility = "visible";if (_dom == 2) document.layers[layerName].visibility = "show";if (_dom == 3) document.all(layerName).style.visibility = "visible";}function hideLayer(layerName){if (_dom == 1) document.getElementById(layerName).style.visibility = "hidden";if (_dom == 2) document.layers[layerName].visibility = "hide";if (_dom == 3) document.all(layerName).style.visibility = "hidden";}function moveLayerTo(layerName, x, y){if (_dom == 1) {document.getElementById(layerName).style.left = x;document.getElementById(layerName).style.top = y;}if (_dom == 2) {document.layers[layerName].left = x;document.layers[layerName].top = y;}if (_dom == 3) {document.all(layerName).style.pixelLeft = x;document.all(layerName).style.pixelTop = y;}}function moveSanta() {way = santaStep>0 ? 0:1;if (move) sclY = getScrollPosY(); else sclY = 0;if ((santaX < win_width+10 && !way) || (santaX > 0-santaSizeW-10 && way)) {santaX += santaStep;moveLayerTo("santa"+way,santaX,santaY+sclY);if (way) dropWidth = win_width-80-santaSizeW; else dropWidth = win_width-80;if (santaX > 30 && santaX < dropWidth) {now = new Date(); time = now.getTime(); var ran = Math.random()*drop;if (((time-oldTime > toyTimer && timing) || (ran < 10 && !timing)) && !toyMove[starCount]) {if (!way) { xp[starCount] = santaX; yp[starCount] = santaY+santaSizeH; }else { xp[starCount] = santaX+santaSizeW; yp[starCount] = santaY+santaSizeH; }moveLayerTo("toy"+starCount,xp[starCount], yp[starCount]+sclY);toyMove[starCount] = true; oldTime = time; starCount++;}if (starCount >= toyNo-1) starCount = 0;}} else {hideLayer("santa"+way); getWindowSize(); santaStep *= -1;way = santaStep>0 ? 0:1; showLayer("santa"+way);santaY = Math.floor(Math.random()*(win_height/3-santaSizeH-5));}setTimeout("moveSanta()",50);}function dropToy() {for (i = 0; i < toyNo; ++ i) {if (toyMove[i]) {yp[i] += sty[i];if (yp[i] > win_height-20) {xp[i] = -100; yp[i] = -100; toyMove[i] = false;stx[i] = 0.02 + Math.random()/10;sty[i] = 0.7 + Math.random();}dx[i] += stx[i];moveLayerTo("toy"+i, xp[i]+am[i]*Math.sin(dx[i])+sclX, yp[i]+sclY);}}setTimeout("dropToy()", 30);}function init() {now = new Date(); oldTime = now.getTime();getWindowSize();santaY = Math.floor(Math.random()*(win_height/3-santaSizeH-5));santaX = -santaSizeW;moveLayerTo("santa0",santaX,santaY);if (_dom != 2) moveLayerTo("dmy",win_width+20+santaSizeW,win_height+20)moveSanta();dropToy();}// --></SCRIPT></head> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"><!--var santaLay = '<DIV ID="dmy" STYLE="position:absolute; width:1; left:-100; top:-100; ; visibility:hidden;"> </DIV>'+ '<DIV ID="santa0" STYLE="position:absolute; width:'+santaSizeW+'; height:'+santaSizeH+'; left:-100; top:-100; ;"><IMG src="'+santaImg_r+'" border="0" width="'+santaSizeW+'" height="'+santaSizeH+'"></DIV>'+ '<DIV ID="santa1" STYLE="position:absolute; width:'+santaSizeW+'; height:'+santaSizeH+'; left:-100; top:-100; ;"><IMG src="'+santaImg_l+'" border="0" width="'+santaSizeW+'" height="'+santaSizeH+'"></DIV>';getWindowSize();for (i=0; i<toyNo; i++) {dx[i] = 0; toyMove[i] = false;xp[i] = Math.random()*(win_width-20);yp[i] = Math.random()*(win_height-20);am[i] = Math.random()*20;stx[i] = 0.02 + Math.random()/10;sty[i] = 0.7 + Math.random();if (_dom == 2) {santaLay += '<layer name="toy' + i + '" left="-100" top="-100" visibility="show" "><img src="' + toy[j] + '" border="0"></layer>';} else if (_dom==1 || _dom == 3) {santaLay += '<div id="toy'+ i +'" style="position:absolute; Z-index:10; visibility:visible; top:-100px; left:-100px; width:1;"><img src="' + toy[j] + '" border="0"></div>';}if (j == (toy.length-1)) { j = 0; } else { j += 1; }}document.writeln(santaLay);init();// --></SCRIPT>
นิยายที่ผู้อ่านนิยมอ่านต่อ
นิยาย Dek-D
App ที่จะทำให้คุณอ่านนิยายจนวางมือถือไม่ลง!ดาวน์โหลดได้แล้ววันนี้ที่
กรณีที่ผลงานชิ้นนี้เป็นผลงานที่แต่งโดยผู้ลงผลงานเอง ลิขสิทธิ์ของผลงานนี้จะ เป็นของผู้ลงผลงานโดยตรง ห้ามมิให้คัดลอก ทำซ้ำ เผยแพร่ ก่อนได้รับอนุญาต จากผู้ลงผลงาน
กรณีที่ผลงานชิ้นนี้กระทำการคัดลอก ทำซ้ำ มาจากผลงานของบุคคลอื่นๆ ผู้ลง ผลงานจะต้องทำการอ้างอิงอย่างเหมาะสม และต้องรับผิดชอบเรื่องการจัดการ ลิขสิทธิ์แต่เพียงผู้เดียว
ข้อความและรูปภาพที่ปรากฏอยู่ในผลงานที่ท่านเห็นอยู่นี้ เกิดจากการส่งเข้าระบบ โดยอัตโนมัติจากบุคคลทั่วไป ซึ่งเด็กดีดอทคอมมิได้มีส่วนร่วมรู้เห็น ตรวจสอบ หรือพิสูจน์ข้อเท็จจริงใดๆ ทั้งสิ้น ผู้ใดพบเห็นการลงผลงานละเมิดลิขสิทธิ์ หรือ ไม่เหมาะสมโปรดแจ้งผู้ดูแลระบบเพื่อดำเนินการทันที Email: contact(at)dek-d.com ( ทุกวัน 24 ชม ) หรือ Tel: 0-2860-1142 ( จ-ศ 0900-1800 )