creating redirect page (firefox,ie8, safari etc)

6 replies
  • WEB DESIGN
  • |
I created a redirect page but it only works on firefix and ie8 . . how do I make one thats compatible with other browsers? It's redirecting to an affiliate link but for some reason safari wont work it just stays on the blank page. . . Id like it to work with all browsers

thanks
josh
#creating #firefox #ie8 #page #redirect #safari
  • Profile picture of the author Kevin AKA Hubcap
    What kind of redirect are you using?
    {{ DiscussionBoard.errors[1342883].message }}
  • Profile picture of the author Binggo
    It's strange. Those browser (mozilla/safari) use the same engine. Take a look at
    HTML Code:
    navigator.userAgent
    you'll find "Gecko" string. So i think this will work

    HTML Code:
    <script type="text/javascript">
    window.location="hddp://trainercheats.net";
    </script>
    {{ DiscussionBoard.errors[1347093].message }}
  • Profile picture of the author jelder1
    that is strange how it would work on one and not the other. hmmm . . . I'll give it a try and see how the code works thanks a ton
    {{ DiscussionBoard.errors[1354843].message }}
    • Profile picture of the author Gimme4Free
      Why use a javascript redirect? I know that most people have javascript enabled but for those that don't you are losing the traffic over a very simple edit:
      <?php header ("location:http://trainercheats.net"); ?>
      {{ DiscussionBoard.errors[1356128].message }}
      • Profile picture of the author Binggo
        That's a good solution too.
        {{ DiscussionBoard.errors[1358299].message }}
  • Profile picture of the author zombo
    Are you sure its not just your PC? Link it here and I'll try it out on my PC
    Signature

    Visit my Heavily Promoted Directory!! and list your site today, you could even win a prize :cool:

    Computer Hardware News and Reviews revHardware is your source for all things tech! :D

    {{ DiscussionBoard.errors[1356313].message }}

Trending Topics