Menu
Hi
I know how to set a popup window with options, such as, onclick=” window.open(‘mypage.htm’,’OVERVIEW’,’toolbar=0,location=0,directories=0,
menuBar=0,scrollbars=0,resizable=0,width=375,height=350′), However, what I really want to get is an entirely frameless window (i.e. without maximize, minimize and x buttons) It will require a button to close the window though. Maybe it is impossible to do that with windows. If possible, does anyone know how to do the script? Thanks in advance.