Click to See Complete Forum and Search --> : removing Close botton of browser


edpudol
07-01-2004, 06:00 PM
hello all

I am new in javascipt, I have this problem in my site, I want to create a pop-up window the pop-up window should not include the browser's minimize, maximize, and close botton. Is this possible in javascript if yes could you give me the could.

Thanks
Ed

Khalid Ali
07-01-2004, 08:01 PM
No its not possible....

edpudol
07-01-2004, 08:04 PM
How other web developer do it? Is there other way that a pop-up window only close when the visitor hit the close botton inside the page.

Thanks

Webskater
07-02-2004, 03:14 AM
If your users are using Internet Explorer (and, although some people don't like it, the vast majority are) you can use window.createPopup() to create a pop-up window with no close, maximize and minimize buttons. You can add a close button of your own and the window can communicate with its opener. However, it is not a true window but you can still do lots with it.