Apparently you can do a window (for want of a better word) without having the vertical scroll bar to the right there, which you get regardless of the height of the window.
We are working on pop up message boxes (JS, calling standard ASP), and can't work out how to get rid of the scroll bar. Some one in the office is claiming it can be done, but am at a complete loss how to do it.
This is done using Javascript. The window.open method in Javascript takes parameters, amongst which is the scrollbars=yes/no parameter, used in the same section where you specify height and width.
Bookmarks