Re: Giovani - Problemas with RELOAD in MS Explorer

2003-11-24 Thread Jordy Simpson
print "\n"; } print <<'HTML_TAGS'; ... ... ... HTML_TAGS print $szObs,'',"\n"; print <<'HTML_TAGS'; ... ... ... HTML_TAGS exit; sub error { $error = shift(@_); print "Erro: $error"; exit(1); } ---

Re: Giovani - Problemas with RELOAD in MS Explorer

2003-11-22 Thread Giovani M. Zaffari
mp_string_tamanho.'',"\n"; print "\n"; } print <<'HTML_TAGS'; ... ... ... HTML_TAGS print $szObs,'',"\n"; print <<'HTML_TAGS'; ... ... ... HTML_TAGS exit; sub error { $error = shift(@_); print "Erro:

Re: Giovani - Problemas with RELOAD in MS Explorer

2003-11-22 Thread Ged Haywood
Hi there, On Fri, 21 Nov 2003, Giovani M. Zaffari wrote: > Someone had a problem with the Reload / Refresh page using the mod_perl? No. > I have a script that runs ok only the first time (or when > it's not in the cache), but the second time some images disappear > and the browser stay in a loo

Giovani - Problemas with RELOAD in MS Explorer

2003-11-21 Thread Giovani M. Zaffari
Someone had a problem with the Reload / Refresh page using the mod_perl? I have a script that runs ok only the first time (or when it's not in the cache), but the second time some images disappear and the browser stay in a loop trying do download them indefinitly.   Giovani