Hi,
print "content-type: text/html\n\n";
print "<html><head><title>Test</title></head>\n";
print "<body><image src="grafik.gif" width=xx height=yy></body></html>";
nö:
print "Location: grafik.gif\n\n";
Ich schätze mal, Du willst vom Script (wie bei einem Bannertausch oder Counter) nur eine Grafik zurückliefern, nicht eine komplette HTML-Seite?
Cheatah