This is not a PHP question but someone might know why this snippet does not work in Netscape browsers (it works fine in IE)
the function is JAVASCRIPT:
function showit(picture) {
open(picture , "OriginalPic" , "height=600 , width=900 , resizeable=yes , scrollbars=yes , status=no , top=10 , left=10")
}
the problem is in netscape browsers you cannot resize and no scrollbars appear??
Also i have seen pictures appearing in some sites as fuzzy first then the proper image appears, this makes the image look better whilst downloading to the browser. How is this achieved??
Any help would be much appreciated. I know this is not PHP but i didnot know where else to ask!!