Jump to content

redirect not working in IE.


mady

Recommended Posts

well tested it on IE 6

yes there are other things also being echoed.

for example this;

<input type="hidden" name="date" value="<?php echo date("F j, Y, g:i a"); ?>"

but why does it work on chrome and firefox?

Link to comment
Share on other sites

first...this is an HTML problem...not PHP.

 

Once you load the page, and it doesn't redirect, do a View Source and copy/paste the output here.

 

I tested it in IE 5.5, 6, 7, and 8 in IETester and all worked fine. But, I am only providing the redirect. There might be something else on the page that is throwing it off.

Link to comment
Share on other sites

I even tried this

echo'
<h3>Loading...</h3><meta http-equiv="refresh" content="0"; url="main.php">
';

 

Then saw a small red mark on IE task bar, its for privacy report, the website is on my private on 'http://89....' IE automatically blocked it this is so gay; how can I avoid this happening?

Link to comment
Share on other sites

Surprisingly, IE has very high security! That doesn't make it any better than FF though.

 

IE isn't redirecting because the website is redirecting to an entirely different domain. You should do a php redirect instead of a meta redirect. You could also change your preferences within IE so it could redirect w/ out a problem.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.