Following discussion in this thread; I used this code for simple redirection of my page
Code:
<script>
window.location.href = "http://www.new-url.com";
</script>
As I want to have a track of my visitors; I put tracking codes (both in php and Javascript) before the above code.
This works well on Firefox, but when browsing with IE, it simple redirects to the target page without reading the tracking codes.

|