Und nochmal hallo,
diesmal mit background-Problem.
Formmail erkent mein background-image für die Bestätigungsseite nicht mehr. Das merkwürdige ist, das es ja schon mal funktoniert hat, habe zwischenzeitlich nur einmal das Formular überspielt.
Im Formular sieht es so aus:
<form action="../cgi-bin/formmail.pl" method="post">
<input type="hidden" name="recipient" value="info(ät)xyz.de">
<input type="hidden" name="subject" value="Anfrage">
<input type="hidden" name="background" value="../htdocs/Bilder/Hintergrund.jpg">
Nicht ganz klar ist mir, wie der Pfad relativiert wird. Muss ich dabei vom Formular-Ordner oder vom cgi-bin-Ordner ausgehen?
Eine vollständige Pfadangabe für die background-.jpg hilft allerdings auch nicht weiter.
Hier die m.E. relevanten Ausschnitte aus meiner formmail.pl
# Define the configuration associative array. #
%Config = ('recipient','', 'subject','',
'email','', 'realname','',
'redirect','', 'bgcolor','',
'background','', 'link_color','',
sub body_attributes {
# Check for Background Color
if ($Config{'bgcolor'}) { print " bgcolor=\"$safeConfig{'bgcolor'}\"" }
# Check for Background Image
if ($Config{'background'}) { print " background=\"$safeConfig{'background'}\"" }
Content-type: text/html
<html>
<head>
<title>FormMail v1.92</title>
</head>
<body bgcolor=#FFFFFF text=#000000>
<center>
<table border=0 width=600 bgcolor=#9C9C9C>
<tr><th><font size=+2>FormMail</font></th></tr>
</table>
<table border=0 width=600 bgcolor=#CFCFCF>
<tr><th><tt><font size=+1>Copyright 1995 - 2002 Matt Wright<br>
Version 1.92 - Released April 21, 2002<br>
A Free Product of <a href="http://www.worldwidemart.com/scripts/">Matt's Script Archive,
Inc.</a></font></tt></th></tr>
</table>
</center>
</body>
</html>
(END ERROR HTML)
Wiel Spaß beim Tüfteln und Dank schon mal
hlzkopp
hlzkopp Gast |