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(); } } // -->
Merks dir
olau, 27. Januar 2003 um 14:57:00 MEZ
apache_1.3.27 + php-4.3.0 (@home) $ cd /usr/src/redhat/BUILD/apache_1.3.27 $ OPTIM="-O2" $ make $ make install $ cd ../php-4.3.0 $ ./configure $ make $ make install $ vi /etc/httpd/httpd.conf Hinzufügen der Zeile: AddType application/x-httpd-php .php Ändern des folgenden Abschnitts in:
|