Hosted by www.Geocities.ws

"', "","width=200,height=100,screenY=20"); win.moveTo(x,y); var intervalID=window.setInterval("bounce()",interval); var sw=screen.availWidth-210 var sh=screen.availHeight-100 function bounce(){ if (win.closed) { clearInterval(intervalID); return; } if ((x+dx > sw) || (x+dx < 0)) dx = -dx; if ((y+dy > sh) || (y+dy < 0)) dy = -dy; x += dx y += dy win.moveTo(x,y) } نافذة طائرة

نافذة طائرة

يمكنك تغير ابعاد النافذة 

<head>ببساطة انسخ الكود في 

 

Hosted by www.Geocities.ws

1