Jag har testat flera olika sätt utan större framgång. Jag vill kunna via en knapp/bild kunna förminska en bild som är större än skärmen till ex storleken 468x600
Hur ska jag modifiera nedanstående kod
<script language="javascript" type="text/javascript">
<!--
function init()
{
img = new Image();
img.src = document.body.background;
window.resizeBy(img.width-document.body.clientWidth,
img.height-document.body.clientHeight);
}
//-->
</script>
</head>
<div class="" style="<%=showLayer%>position:absolute; left:0px; top:0px; width:200px; height:100px; z-index:5;<%=borderOn%>">
<body onload="init();" background="/upload/images/gallery/<%=trim(Pic("bild"))%>" style="background-repeat:no-repeat;">
</div>