chromeless window

Status
Nicht offen für weitere Antworten.
S

SamyDeluxe

chromeless window wie geht das mit dem chromeless window
ich habe durch die such funktion nur eine homepage feedback gefunden thx for help

grezz samy:smoke:
 
suche mal einfach nach

popup ohne rahmen

oder so... das thema ist schon sehr oft behandelt worden
 
Grundsätzlich macht das Chromeless Skript nix anderes als follgendes... (hoffentlich Blamier ich mich jetzt nicht ;))

PHP:
function openWindow() {
  var window = window.open('datei.html','datei','fullscreen=1 , toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
 window.resizeTo(200, 300);
 window.moveTo(left, top);
}

Wenn´s nicht stimmt, bitte berichtigen ... =)



CU Andreas
-------------------------------------------------------------
"There are only 10 types of people in the world, those that understand binary, and those that don't."
 
Status
Nicht offen für weitere Antworten.
Zurück