hi!
i have a script file which looks like this:
function winOpen(source)
{
window.open(source,"newWin","width=470,heigth=340")
}
but when i try to call this script, with a link looking like this:
<a href='javascript:winOpen("01.php")'>link</a>
the opening windows has a height of maybe 40 pixels instead of 340... in IE it looks okay, but in firefox it doesn't... any suggestions how to make firefox display it correctly?