var imgWindow = ""; function openPopup(img, width, height) { if (img && width && height) { width = Math.min(width + 36, 640); height = Math.min(height + 30, 480); if (imgWindow.location && !imgWindow.closed) imgWindow.close(); imgWindow = window.open(img, "imgWindow" + width + height, "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height); // imgWindow.focus(); } } // -->
Sprachpanscherei
olau, 4. April 2003 um 14:29:53 MESZ
7er BMWs mit Linux am Steuer Frauen ans Steuer zu lassen, hat sich ja mittlerweile eingebürgert, aber einem Betriebssystem die volle Kontrolle über die Lenkung zu geben, finde ich doch sehr gewagt.
|