PDA

View Full Version : IE not redirect & refresh???


NinjaTurtle
09-23-2002, 06:03 AM
why my IE explorer 6, is not refresh with this code??
<META HTTP-EQUIV="refresh" content=10; url="new.html">
but my friends can... y? is it ie setting problem?

glenngv
09-23-2002, 06:20 AM
try:

<META HTTP-EQUIV="refresh" content="10;url=new.html">

NinjaTurtle
09-23-2002, 06:38 AM
is the same!!