javascript_howto thread: Removing/Disabling the maximize button in ie/NS
nope. afriad not. Here is the code i am using. I am calling this function
when the link is clicked on the onmousedown event.
function popwin1()
{
window.open
('index2.htm', 'newWin1', 'toolbar=no,directories=no,menubar=no,scrollbars
no,status=no,resizable=no,width=640,height=480');
}
> doesn't resizable=no do the trick?
> /Peter
|





