Someone else may encounter this difficulty, so beware:
The javascript function go(url) that comes with fb gave me annoying problems with getting proper window sizes in firefox and apparently has something to do with the differences seen below.
My javascript function that works wonderfully:
function go(url) { onclick:popup=window.open(url,"comments<#fbnumber#>","scrollbars=1,toolbar=0,location=0,top=10,left=50,width=450,height=500");
}
and the one that fb comes with, that gave me some headaches:
function go(url) { onclick:popup=window.open(url,"comments<#fbnumber#>","location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,status=yes,width=350,height=400");
} don't know the details why, but works soooo much better.
posted by geoff on 10 Nov 05 at 11:30 PM

