ציטוט:
נכתב במקור על ידי 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();">