pop-up...ich werde verrückt
Vielleich bin ich ein Idiot, aber funktioniert nicht!
Hätte jemand bissle Zeit anschauen, was ich gebastelt habe?
Hauptbuhne, 1Bild (aus dem Forum rauskopiert, nichts geändert):
Object.prototype.popmethode = function(url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) {
getURL("java script:newwin = window.open('"+url+"','"+winName+"','"+"width="+w+",height="+h+",toolbar="+toolbar+",location="+location+",directories="+directories+",status="+status+",menubar="+menubar+",scrollbars="+scrollbars+",resizable="+resizable+",top='+((screen.height/2)-("+h/1.5+"))+',screenY='+((screen.height/2)-("+h/1.5+"))+',left='+((screen.width/2)-("+w/2+"))+',screenX='+((screen.width/2)-("+w/2+"))+'"+"');setTimeout('newwin.focus();',900);void(0);");
};
Für SF:
on (release) {
popmethode("formular.html", "formular", 200, 280, 0, 0, 0, 0, 0, 0, 0);
}
HTML- Seite heißt formular.html (im gleichen Ordner)...Ich habe doch keinen Fehler, oder?