onclick=window.open(status=no;) ?

Seite 1 von 1 - Forum: Coding Stuff auf overclockers.at

URL: https://www.overclockers.at/coding-stuff/onclickwindow_openstatusno_158676/page_1 - zur Vollversion wechseln!


x3 schrieb am 17.02.2006 um 12:36

hu

wie bekomm ich die statusbar beim firefox weg?
beim ie funkt ja das perfekt, nur beim firefox irgendwie nit :(

Code: PHP
<a onclick="window.open('user.php?id=<?php echo $team[user_id]; ?>', 'myWin', 
'toolbar=no, directories=no, location=no, 
status=no, left=400, top=200, menubar=no, 
resizable=no, scrollbars=no, width=270, height=360'); return false" 
target="_blank" href="?id=<?php echo $team[user_id]; ?> " 
class="content_black">'<?php echo $team[nickname]; ?>'</a>

status ist auf no gesetzt, beim ie wird diese auch nicht angezeigt!
aber im firefox schon :(

die ganze seite ist w3c tidy aber trotzdem verschiedene ausgaben :(

Nochdazu ist das Fenster beim Firefox resizeable, was auch nicht sein sollte!

gibts da eine lösung oder eher nicht?

tia


freezer90 schrieb am 17.02.2006 um 13:33

hi!

also wenn du dir die erweiterten javascripteinstellungen in firefox anschaust, dann siehst du, dass es per default js nicht erlaubt ist die statusleiste zu verstecken ... :(

zum thema resizable hab ich das gefunden:

Zitat
Note: Mozilla-based browsers since version 1.4 will have a window resizing grippy at the right end of the status bar; this is to assure users that they can resize a browser window even when the web author explicitly or implicitly requested to make such secondary window non-resizable. In such case, the maximize/restore down system command icon in the titlebar will be disabled and window resizing borders will be unresponsive but the window will still be resizable via that window resizing grippy in the status bar.

Quelle: http://www.mozilla.org/docs/dom/dom...ndow_ref76.html

*hth*

lg
freezer90

edit: btw. was hat denn das return false im onClick verloren? :confused:


that schrieb am 17.02.2006 um 19:11

Zitat von x3
wie bekomm ich die statusbar beim firefox weg?

View -> Status Bar

Der User darf selbst entscheiden, ob er eine Statusbar will oder nicht.

Zitat von x3
Nochdazu ist das Fenster beim Firefox resizeable, was auch nicht sein sollte!

Wenn der User das Window resizen will, warum willst du ihm das verbieten?


derelict schrieb am 19.02.2006 um 15:56

Weil der User der Feind ist! Bääääh :o


Fabian1983 schrieb am 19.02.2006 um 16:12

Zitat von that
View -> Status Bar

Der User darf selbst entscheiden, ob er eine Statusbar will oder nicht.



Wenn der User das Window resizen will, warum willst du ihm das verbieten?

So kann man als Firefox-User natürlich auch agumentieren. ;)




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025