Oº°‘¨ [C]hia [S]ẻ [O]nline ¨‘°ºO
♥️Chào Mừng Các Bạn Ghé Thăm Forum Chia Sẻ Online♥️
Rất mong các bạn đăng ký làm thành viên để cùng
nhau chia sẻ mọi nỗi buồn vui
Chúc các bạn có những phút thư giãn vui vẻ
♥️Welcome to forum Chia Sẻ Online♥️
Oº°‘¨ [C]hia [S]ẻ [O]nline ¨‘°ºO
♥️Chào Mừng Các Bạn Ghé Thăm Forum Chia Sẻ Online♥️
Rất mong các bạn đăng ký làm thành viên để cùng
nhau chia sẻ mọi nỗi buồn vui
Chúc các bạn có những phút thư giãn vui vẻ
♥️Welcome to forum Chia Sẻ Online♥️
Welcome Guest, is this your first visit? Register
All times are GMT. The time now is 07:28 AM.

You are not connected. Please login or register

[Codes] Trang index 8/3

2 posters

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

1[Codes] Trang index 8/3  Empty [Codes] Trang index 8/3 Wed Mar 07, 2012 6:18 pm

phuclkdn

phuclkdn
Thành Viên
Thành Viên

http://vietgame.5forum.net

2[Codes] Trang index 8/3  Empty Re: [Codes] Trang index 8/3 Thu Mar 08, 2012 12:29 am

-CuBimtQ™

-CuBimtQ™
Coder
Coder

quảng cáo forum zữ quá nghen.
Này thì code:
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">



<HTML>

<HEAD>

<link rel="icon" href="icon/1.ico" type="image/x-icon"/>

<TITLE>Mừng Ngày 8-3-2012</TITLE>

<META content="text/html; charset=utf-8" http-equiv=Content-Type>

<META name=GENERATOR content="MSHTML 8.00.7600.16385">

<script type="text/javascript" name="snow.js">

if  ((document.getElementById) &&

window.addEventListener || window.attachEvent){



(function(){



//Configure here.



var num = 60;  //Number of flakes

var timer = 30; //setTimeout speed. Varies on different comps



//End.



var y = [];

var x = [];

var fall = [];

var theFlakes = [];

var sfs = [];

var step = [];

var currStep = [];

var h,w,r;

var d = document;

var pix = "px";

var domWw = (typeof window.innerWidth == "number");

var domSy = (typeof window.pageYOffset == "number");

var idx = d.getElementsByTagName('div').length;



if (d.documentElement.style &&

typeof d.documentElement.style.MozOpacity == "string")

num = 12;



for (i = 0; i < num; i++){

sfs[i] = Math.round(1 + Math.random() * 1);



document.write('<div id="flake'+(idx+i)+'" style="position:absolute;top:0px;left:0px;width:'

+sfs[i]+'px;height:'+sfs[i]+'px;background-color:#ffffff;font-size:'+sfs[i]+'px"><\/div>');



currStep[i] = 0;

fall[i] = (sfs[i] == 1)?

Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2);

step[i] = (sfs[i] == 1)?

0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ;

}





if (domWw) r = window;

else{

 if (d.documentElement &&

 typeof d.documentElement.clientWidth == "number" &&

 d.documentElement.clientWidth != 0)

 r = d.documentElement;

 else{

 if (d.body &&

 typeof d.body.clientWidth == "number")

 r = d.body;

 }

}





function winsize(){

var oh,sy,ow,sx,rh,rw;

if (domWw){

 if (d.documentElement && d.defaultView &&

 typeof d.defaultView.scrollMaxY == "number"){

 oh = d.documentElement.offsetHeight;

 sy = d.defaultView.scrollMaxY;

 ow = d.documentElement.offsetWidth;

 sx = d.defaultView.scrollMaxX;

 rh = oh-sy;

 rw = ow-sx;

 }

 else{

 rh = r.innerHeight;

 rw = r.innerWidth;

 }

h = rh - 2; 

w = rw - 2;

}

else{

h = r.clientHeight - 2;

w = r.clientWidth - 2;

}

}





function scrl(yx){

var y,x;

if (domSy){

 y = r.pageYOffset;

 x = r.pageXOffset;

 }

else{

 y = r.scrollTop;

 x = r.scrollLeft;

 }

return (yx == 0)?y:x;

}





function snow(){

var dy,dx;



for (i = 0; i < num; i++){

 dy = fall[i];

 dx = fall[i] * Math.cos(currStep[i]);



 y[i]+=dy;

 x[i]+=dx;



 if (x[i] >= w || y[i] >= h){

 y[i] = -10;

 x[i] = Math.round(Math.random() * w);

 fall[i] = (sfs[i] == 1)?

 Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2);

 step[i] = (sfs[i] == 1)?

 0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ;

 }

 

 theFlakes[i].top = y[i] + scrl(0) + pix;

 theFlakes[i].left = x[i] + scrl(1) + pix;



 currStep[i]+=step[i];

}

setTimeout(snow,timer);

}





function init(){

winsize();

for (i = 0; i < num; i++){

 theFlakes[i] = document.getElementById("flake"+(idx+i)).style;

 y[i] = Math.round(Math.random()*h);

 x[i] = Math.round(Math.random()*w);

}

snow();

}





if (window.addEventListener){

 window.addEventListener("resize",winsize,false);

 window.addEventListener("load",init,false);



else if (window.attachEvent){

 window.attachEvent("onresize",winsize);

 window.attachEvent("onload",init);

}



})();

}//End.

</script>





</HEAD>

<BODY leftMargin=0 topMargin=0 bgColor=#f93f90 marginheight="0" marginwidth="0">

<CENTER><!-- ImageReady Slices (tabby.psd) -->

<TABLE id=Table_01 border=0 cellSpacing=0 cellPadding=0 width=1000 height=700>

  <TBODY>

  <TR>

    <TD colSpan=3>

      <DIV

      style="Z-INDEX: 1; POSITION: absolute; WIDTH: 650px; HEIGHT: 187px; TOP: 2px; LEFT: 300px"

      id=layer1>

      <OBJECT id=obj1 border=0

      codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"

      classid=clsid:D27CDB6E-AE6D-11CF-96B8-444553540000 width=656 height=189><PARAM NAME="movie" VALUE="images/1.swf"><PARAM NAME="quality" VALUE="High"><PARAM NAME="wmode" VALUE="transparent">

                                                                  <embed src="img/1.swf"

      pluginspage="http://www.macromedia.com/go/getflashplayer"

      type="application/x-shockwave-flash" name="obj1" width="656" height="189"

      quality="High" wmode="transparent"></OBJECT></DIV><IMG alt=""

      src="http://ni8.upanh.com/b4.s3.d3/e6d78c24d2d8a9774898cd00615cf094_41340128.untitl63.png
"

      width=1000 height=422> </CENTER></TD></TR>

  <TR>

    <TD rowSpan=2><IMG alt=""

      src="http://i43.servimg.com/u/f43/16/53/74/25/index_10.gif"

      width=156 height=278></TD>

    <TD><iframe width="430" height="160" src="http://www.youtube.com/embed/jsZiWn0hlvE" frameborder="0" allowfullscreen></iframe>
      </TD>

    <TD rowSpan=2><IMG alt=""

      src="http://i43.servimg.com/u/f43/16/53/74/25/index_11.gif"

      width=414 height=278></TD></TR>

  <TR>

    <TD><IMG alt=""

      src="http://i43.servimg.com/u/f43/16/53/74/25/index_12.gif"

      width=430

height=113></TD></TR></TBODY></TABLE><!-- End ImageReady Slices --></CENTER></BODY></HTML>
<br/>
 <center><a href="http://vietgame.5forum.net/forum"/>
<img src="http://i64.servimg.com/u/f64/14/84/39/71/hots10.gif"/>
<font size="5" color="blue"><b> Click Vào Đây Để Vào Diễn Đàn Game Việt!  </b></font>
<img src=""/></center>

</br>
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a>

http://streetcrew.forum.st/

3[Codes] Trang index 8/3  Empty Re: [Codes] Trang index 8/3 Thu Mar 08, 2012 11:08 am

phuclkdn

phuclkdn
Thành Viên
Thành Viên

anh qua forum em dy em rat don' tiep

http://vietgame.5forum.net

Sponsored content



Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết