PHP-Code:
function OpenNewWindow(pic) {
NewWindow=window.open('','pic', "height='+ pic.width +',width='+ pic.width +',scrollbars=yes,resizable=no,top=10,left=10");
....
}
function OpenNewWindow(pic) {
NewWindow=window.open('','pic', "height='+ pic.width +',width='+ pic.width +',scrollbars=yes,resizable=no,top=10,left=10");
....
}
function OpenNewWindow(pic) {
NewWindow=window.open('','pic', "height="+ pic.width +",width="+ pic.width +",scrollbars=yes,resizable=no,top=10,left=10");
....
}
<img src="christa.gif" name="Christa" alt="Christa">
<script type="text/javascript">
<!--
document.write(document.Christa.name + "<br>");
document.write(document.Christa.width + " x " + document.Christa.height + " Pixel");
//-->
</script>
<img src="christa.gif" name="Christa" alt="Christa" [b]width=1 height=1[/b]> <script type="text/javascript"> <!-- document.write(document.Christa.name + "<br>"); document.write(document.Christa.width + " x " + document.Christa.height + " Pixel"); //--> </script>
Kommentar