Einzelnen Beitrag anzeigen
Alt 28-01-2010, 19:50   #2 (permalink)
sonar
mod_rewrite
 
Benutzerbild von sonar
 
Registriert seit: Feb 2003
Ort: München
Beiträge: 15.595
Probier's mal so…

Flash:
PHP-Code:
btn_Up.onRelease = function() {
    
getURL("javascript:Launch('hauptseite.html', 0, 0)");
}; 
JS:
PHP-Code:
function Launch(pagewidthheight) { 

    if (
== width) {
        
width document.width;
    }

    if (
== height) {
        
height document.height;
    }

    
OpenWin this.open(page"hauptseite"
"toolbar=no, menubar=no, location=no, scrollbars=no, resizable=no, 
width=" 
width ", height=" height ", top=" + (screen.height/height/2) + ", left=" + (screen.width/width/2) + "\""); 

__________________
RTFM
Wie man Fragen richtig stellt.

Achim Bindannmalweg

Money makes the world go round, fear makes it turn much faster.
(New Model Army)
sonar ist offline   Mit Zitat antworten