Hi

It doesn't work in *IE7*
- *Firefox 2.0*
- *Google Chrome *(Safari 525.13)

*WRONG code: *<META http-equiv="refresh" content="5" RL="ecoera.htm" />

*Correct code:* <meta http-equiv="refresh" content="2;url=
http://www.loginsoftindia.com";>

I have been changing some code I had for a refresh to get around the non
refresh IE7 Issue.
*
Try this code it works in all browsers*


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>

<HEAD>

<TITLE></TITLE>

<META HTTP-EQUIV=REFRESH CONTENT="0; URL=http://www.yourSite.com";>

<SCRIPT LANGUAGE="JavaScript">

<!–

function time() {

setTimeout("window.location.replace(’http://www.yourSite.com’)",1)

}

–>

</SCRIPT>

</HEAD>

<BODY onLoad="time()">

</BODY>

</HTML>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to