If I manage to call the following bit of javascript in IE and MZ

w = window.open("", "s", 'status=no,resizable=no,width=450,height=450');

I get a window that is not resizable and without a statusbar. Yet FF
gives me both a statusbar and the window is resizable! Does this mean
that FF does not support these "features" or is there a different way to
code them for FF?


Andrew Poulos