Helmut: popup ohne URL Zeile

Ich möchte ein Popup erzeugen, ohne das die URL Zeile angezeigt wird. Alle meine Verscuhe laufen ins Leere, sie wir immer angezeigt.
Ich habe es (siehe unten) mit und ohne Javascript versucht!

Kann mir da jemand weiterhelfen?

Helmut

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
     "http://www.w3.org/TR/html4/loose.dtd">  
<html>  
<head>  
<title>Titel</title>  
  
<script language="javascript" type="text/javascript">  
<!--  
var win=null;  
  
onerror = stopError;  
function stopError(){  
	return true;  
}  
  
function print(){  
	myleft=20;  
	mytop=20;  
	settings="width=640,height=480,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";  
	win=window.open("http://localhost/maxx/test-print.php","mypopup",settings);  
	win.focus();  
  
}  
// -->  
</script>  
  
  
</head>  
<body>  
<a href="javascript:print();">LinkText</a>  
<br><br>  
<a target="popup" onclick="window.open ('', 'popup', 'width=580,height=360,scrollbars=no, toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')"href="popupdatei.html">Hier geht's zum Popup</a>  
  
  
</body>  
</html>  

  1. adressbar = no

    Gruß
    T-Rex = yes

    1. Moin,

      adressbar = no

      popup = no :P

      SCNR :D,
      Gruß,
      Take

      1. Moin,

        popup = no :P

        Aber um mal konstruktiv zu bleiben: Wie wärs denn hiermit?

        Gruß,
        Take

    2. Om nah hoo pez nyeetz, T-Rex!

      Gruß
      T-Rex = yes

      *g*
      Matthias

      --
      1/z ist kein Blatt Papier.

  2. Hi,

    Ich möchte ein Popup erzeugen, ohne das die URL Zeile angezeigt wird. Alle meine Verscuhe laufen ins Leere, sie wir immer angezeigt.

    In aktuellen Browsern ist das Einstellungssache, ob Popups ohne Adresszeile erlaubt werden sollen oder nicht.

    MfG ChrisB

    --
    RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?