window.open and scrollbars -
09-19-2005
, 10:32 PM
Has anyone found that when opening new smallish sized resizable window with
scrollbars, that IE 6 will show the vertical scrollbar (enabled or disabled
as context demands) ... but will never show the horizontal scrollbar -- even
when horizontally resizing the window so that the text begins to either wrap
of dissappear off the edge ?
link.Attributes.Add("onclick", "var win = window.open('MyWindow.aspx',
'MyWindow',
'height=273,resizable=1,scrollbars=1,status=1,titl ebar=1,width=392');
win.focus(); return false"); |