عرض مشاركة واحدة
قديم 01-01-2012, 12:25 AM   رقم المشاركة : 17 (permalink)
معلومات العضو
هشبول
 
الصورة الرمزية هشبول
 

 

 
إحصائية العضو






هشبول غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
هشبول is on a distinguished road

افتراضي رد: مكتبة الشبكة العنكبوتية لأفضل أكواد الجافا لتصميم الاندكس


كود لجعل الصفحة تمطر


كود PHP:
<script language="JavaScript">

/* This credit MUST stay intact for use */
/* Visit our site at http://www.star28.com/ for more code */

<!-- Begin
var no 50;
var 
speed 1;
var 
ns4up = (********.layers) ? 0;
var 
ie4up = (********.all) ? 0;
var 
sxysncs;
var 
arcxcy;
var 
idoc_width 800doc_height 600;
if (
ns4up) {
doc_width self.innerWidth;
doc_height self.innerHeight;
}
else
if (
ie4up) {
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
= new Array();
= new Array();
= new Array();
cx = new Array();
cy = new Array();
8;
for (
0no; ++ i) {  
initRain();
if (
ns4up) {
if (
== 0) {
********.
write("<layer name=\"dot"+"\" left=\"1\" ");
********.
write("top=\"1\" visibility=\"show\"><font color=\"blue\">");
********.
write(",</font></layer>");
}
else {
********.
write("<layer name=\"dot"+"\" left=\"1\" ");
********.
write("top=\"1\" visibility=\"show\"><font color=\"blue\">");
********.
write(",</font></layer>");
   }
}
else 
if (
ie4up) {
if (
== 0) {
********.
write("<div id=\"dot"+"\" style=\"POSITION: ");
********.
write("absolute; Z-INDEX: "+"; VISIBILITY: ");
********.
write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"blue\">");
********.
write(",</font></div>");
}
else {
********.
write("<div id=\"dot"+"\" style=\"POSITION: ");
********.
write("absolute; Z-INDEX: "+"; VISIBILITY: ");
********.
write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"blue\">");
********.
write(",</font></div>");
      }
   }
}
function 
initRain() {
6;
r[i] = 1;
sn Math.sin(a);
cs Math.cos(a);
cx[i] = Math.random() * doc_width 1;
cy[i] = Math.random() * doc_height 1;
x[i] = r[i] * sn cx[i];
y[i] = cy[i];
}
function 
makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width 1;
cy[i] = 1;
x[i] = r[i] * sn cx[i];
y[i] = r[i] * cs cy[i];
}
function 
updateRain() {
r[i] += s;
x[i] = r[i] * sn cx[i];
y[i] = r[i] * cs cy[i];
}
function 
raindropNS() {
for (
0no; ++ i) {
updateRain();
if ((
x[i] <= 1) || (x[i] >= (doc_width 20)) || (y[i] >= (doc_height 20))) {
makeRain();
doc_width self.innerWidth;
doc_height self.innerHeight;
}
********.
layers["dot"+i].top y[i];
********.
layers["dot"+i].left x[i];
}
setTimeout("raindropNS()"speed);
}
function 
raindropIE() {
for (
0no; ++ i) {
updateRain();
if ((
x[i] <= 1) || (x[i] >= (doc_width 20)) || (y[i] >= (doc_height 20))) {
makeRain();
doc_width = ********.body.clientWidth;
doc_height = ********.body.clientHeight;
}
********.
all["dot"+i].style.pixelTop y[i];
********.
all["dot"+i].style.pixelLeft x[i];
}
setTimeout("raindropIE()"speed);
}
if (
ns4up) {
raindropNS();
}
else
if (
ie4up) {
raindropIE();
}
//  End -->
</script> 
التوقيع







 

   

رد مع اقتباس