Carl Miller schreef:
> The other website would call the perl script in an tag, like so:
>
> http://www.my_site.com/cgi-bin/random_banner.cgi";
> width="468" height="60">
>
> I've tried several perl scripts that basically work, but the problem
> is always the same with all of them: the browser alw
On 09/03/2007 10:06 AM, Carl Miller wrote:
Thanks Gunnar and Mumia.
I figured out that the problem is unique to Internet Explorer. The three
other browsers I tried don't have this problem. But I can't get IE to not
cache. I've tried these:
print "Cache-Control: no-cache\n";
print "Pr
On 9/3/07, Carl Miller <[EMAIL PROTECTED]> wrote:
> I figured out that the problem is unique to Internet Explorer. The three
> other browsers I tried don't have this problem. But I can't get IE to not
> cache.
> Can anyone give some insight into where the problem might be?
It's in Internet Explo
Thanks Gunnar and Mumia.
I figured out that the problem is unique to Internet Explorer. The three
other browsers I tried don't have this problem. But I can't get IE to not
cache. I've tried these:
print "Cache-Control: no-cache\n";
print "Pragma: no-cache\n"; # for HTTP/1.0
print "Ex
On 09/02/2007 01:16 PM, Carl Miller wrote:
I'm trying to setup a simple random image script to allow other websites to
display random banner ads located on my server.
The other website would call the perl script in an tag, like so:
http://www.my_site.com/cgi-bin/random_banner.cgi"; width="468
Carl Miller wrote:
I'm trying to setup a simple random image script to allow other websites to
display random banner ads located on my server.
The other website would call the perl script in an tag, like so:
http://www.my_site.com/cgi-bin/random_banner.cgi"; width="468"
height="60">
I've trie
I'm trying to setup a simple random image script to allow other websites to
display random banner ads located on my server.
The other website would call the perl script in an tag, like so:
http://www.my_site.com/cgi-bin/random_banner.cgi"; width="468"
height="60">
I've tried several perl script