View Single Post
ישן 19-09-06, 20:06   # 6
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

ציטוט:
נכתב במקור על ידי al_n
אתה יודע איך?

בבקשה :

PHP קוד:
<script type="text/javascript">


function 
resize()
{
     
    var 
width document.images['myimage'].width ;
    var 
height document.images['myimage'].height;
     var 
newheight height+50;
     
    
window.resizeTo(width,newheight)
 
    
}
</script>
<body onload="resize();">