/    Sign up×
Community /Pin to ProfileBookmark

HTML redirection failed

My page failed to redirect after a certain time only in IE7, but the redirection works fine in Firefox. Can anyone tell me why? Thanks.

The codes as follow: –

<meta http-equiv=”refresh” content=”60;url=home.asp”>

The page is at [url]http://www.millenniumbt.co.uk/newsite/[/url]

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@ray326Jun 19.2007 — It could be a difference in security settings. Oops, here's what my Fx/Firebug had to say about it:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept cookies.[/QUOTE]
Copy linkTweet thisAlerts:
@Kostas_ZotosJun 22.2007 — Hi,

Not sure why this happen..

An alternative for automatic redirection could be for example to use javascript:

For example insert the following script (eg. in the Header section <head>...</head> ):

[CODE]<script language="JavaScript">

function Redirect() {
window.location="home.asp"; //Redirect the current page to the given URL.
}

var TimeoutID= window.setTimeout(Redirect, 60000);

// Runs once after the specified time (in mili seconds) -60 Secs here-

</script>[/CODE]



------------
Kostas
Copy linkTweet thisAlerts:
@____MaNiC_MoE____Jun 24.2007 — same prob. with me!
×

Success!

Help @jytioh spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...