tailieunhanh - Programming Discussion p12

Tạo “mưa tuyết” bằng JavaScript Bạn muốn thấy cảnh mưa tuyết rơi rơi trên trang Web của mình? Xin mời bạn “xắn tay áo” và gõ vào máy đoạn mã JavaScript sau đây (bạn nhớ lưu thành dạng văn bản có phần mở rộng là .html). Các bông tuyết được vẽ bằng công cụ Airbrush trong Microsoft Paint | Tạo mưa tuyết bằng JavaScript Bạn muốn thấy cảnh mưa tuyết rơi rơi trên trang Web của mình Xin mời bạn xắn tay áo và gõ vào máy đoạn mã JavaScript sau đây bạn nhớ lưu thành dạng văn bản có phần mở rộng là .html . Các bông tuyết được vẽ bằng công cụ Airbrush trong Microsoft Paint kích thước 10x10 pixel lưu thành tập tin . Chương trình có thể chạy được trên cả Internet Explorer và Netscape Navigator trở lên. PHP Code html head title Mua tuyet title head body center ScRiPT LANGUAGE -- Begin var no 25 var speed 10 var snowflake var ns4up 1 0 var ie4up 1 0 var dx xp yp var am stx sty var i doc_width 800 doc_height 600 if ns4up doc_width doc_height else if ie4up doc_width doc_height dx new Array xp new Array yp new Array am new Array stx new Array sty new Array for i 0 i no i dx i 0 xp i doc_width-50 yp i doc_height am i 20 stx i 10 sty i if ns4up if i 0 layer name dot i left 15 top 15 visibility show img src snowflake border 0 layer else layer name dot i left 15 top 15 visibility show img src snowflake border 0 layer else if ie4up if i 0 div id dot i style POSITION absolute Z-INDEX i VISIBILITY visible TOP 15px LEFT 15px img src snowflake border 0 div else div id dot i style POSITION absolute Z-INDEX i VISIBILITY visible TOP 15px LEFT 15px img src snowflake border 0 div function snowNS for i 0 i no i yp i sty i if yp i doc_height-50 xp i doc_width-am i -30 yp i 0 stx i 10 sty i doc_width doc_height dx i stx i dot i .top yp i .