Hi everyone!!
I need your help people with this problem... I have a ASP.Net using META HTTP-EQUIV=Refresh Content=3, this page is going to refresh every 3 seg, and its works fine, but after 40 min the Safari CRASH !... I dont know why?
if you fixed the same problem please, help me!!!
i will appreciate your time... tks!
Rene Rmz
I need your help people with this problem... I have a ASP.Net using META HTTP-EQUIV=Refresh Content=3, this page is going to refresh every 3 seg, and its works fine, but after 40 min the Safari CRASH !... I dont know why?
if you fixed the same problem please, help me!!!
i will appreciate your time... tks!
Code:
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" Content="3">
<TITLE>TEST REFRESH SAFARI</TITLE>
</HEAD>
<BODY>
TEST REFRESH SAFARI
</BODY>
</HTML>