Forum Moderators: open
<script>
function openwindow()
{
window.open("http://www.blahblah.com","my_new_window","width=300,height=3500,top=0,left=0")
}
</script>
But the problem is, I have many images on my page and unfortunately, they are not the same size (300 x 350) So, how can a write a function that will recognize the size of the image and display the right size of a new window? I would really appreciate if you could help me. Thanks in advance.
luckydude
WA