PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Popup without statusbar
Popup without statusbar
Iniciado por stijnv, 14,abr. 2005 19:22 - 2 respuestas
Publicado el 14,abril 2005 - 19:22
Hello

this is my problem:
I have a popup which opens when I click a button. The destination of the button is "_blank" and in the specifications of the 'navigateur destination' I have 'défaut' unchecked and all the options are also unchecked. When I test my project with Internet explorer, everything is perfect (no adress-bar, no status-bar,...) but when I test the project with Firefox, the popup has a status-bar. And when I deploy my project, the window always has a status-bar, in Firefox, but also in IE.
I tried putting javascript 'window.statusbar.visible = false' in the unload-code, but this does not work.
Any ideas?
Publicado el 18,abril 2005 - 20:02
Hello,

I think it is a security setting which might block that.

Regards,

Olivier

"Stijnv" <stijnv@vibizz.be> a écrit dans le message de news: 425e7f3b@news.pcsoft.fr...

Hello

this is my problem:
I have a popup which opens when I click a button. The destination of the button is "_blank" and in the specifications
of the 'navigateur destination' I have 'défaut' unchecked and all the options are also unchecked. When I test my
project with Internet explorer, everything is perfect (no adress-bar, no status-bar,...) but when I test the project
with Firefox, the popup has a status-bar. And when I deploy my project, the window always has a status-bar, in
Firefox, but also in IE.
I tried putting javascript 'window.statusbar.visible = false' in the unload-code, but this does not work.
Any ideas?
Publicado el 19,abril 2005 - 16:43
apparently it is only in windows-versions with service pack 2
pfff