I want a popup window in html that has no orders or menus etc just plain space. how can I go on about it with html css or javascript/jquery?
edit: I must use window.open its my only option since I’m using frames and popups in on frame don’t show over the others. Also window.createpopup does not work because I’m using safari
For security reasons, this is not possible.
Instead, you should use a modal dialog script, such as jQuery UI Dialog.