Redirect Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • aussiebaz
    First Lieutenant

    • Jan 2007
    • 175

    Redirect Script

    I hope somone can help me.

    I have designed a webpage and I want to automatically redirect
    visitors to another webpage when they exit my main page but not
    sure how I do it or code to use.

    I have found a code that redirects after a set time but this
    is no good for my purpose.

    If anyone can help me I would be so grateful

    Thanks
    Barry

    I use windows XP-Pro

    Mu voda domain name is uvzapit.com
  • LadyEye
    General & Forum Moderator

    • Jun 2006
    • 10526

    #2
    Re: Redirect Script

    <meta name="verify-v1" content="kXeaetyMGEBlOydBmTdNmuboqhF3MqgkjbU/ft8IgA8=" />
    <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.yourdomain.com">

    Change the red to your url ...



    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment

    • aussiebaz
      First Lieutenant

      • Jan 2007
      • 175

      #3
      Re: Redirect Script

      Thank you so much

      The problem I have is that the script loads to redirect page
      after a set time but I really need the new page to load when they
      exit my page, can this be done with ths script

      Thanks
      Barry

      Comment

      • LadyEye
        General & Forum Moderator

        • Jun 2006
        • 10526

        #4
        Re: Redirect Script

        How are they exiting your page??

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment

        • aussiebaz
          First Lieutenant

          • Jan 2007
          • 175

          #5
          Re: Redirect Script

          they would be exiting simply by closing the page
          using the Close link top right of screen

          Comment

          • LadyEye
            General & Forum Moderator

            • Jun 2006
            • 10526

            #6
            Re: Redirect Script

            Have a look at this link, they have many scripts available for many things ... you may find what you are looking for here

            If not, there may be someone that knows of one and will come along and post for you ...

            If you could get people to close the page via your own Close Page Here method and link that text, that would work, but I am sure there is something out there for you better than this method ...

            VodaHost

            Your Website People!
            1-302-283-3777 North America / International
            02036089024 / United Kingdom
            291916438 / Australia

            ------------------------

            Top 3 Best Sellers

            Web Hosting - Unlimited disk space & bandwidth.

            Reseller Hosting - Start your own web hosting business.

            Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


            Comment

            • aussiebaz
              First Lieutenant

              • Jan 2007
              • 175

              #7
              Re: Redirect Script

              Thank you, your help is appreciated
              Barry

              Comment

              • Collectors-info
                General

                • Feb 2006
                • 8703

                #8
                Re: Redirect Script

                Hi Barry, paste the 1st part of this script into the head of your page, not forgetting to change the collectors-info.com part of the code to the new page you want it to go to after close is pressed.

                <html>
                <head>
                <title>Testing</title>
                <script language=javascript>
                function test(){
                var win=window.open("http://www.collectors-info.com", "win");
                }
                </script>
                </head>


                Then past this part into the body of your page.

                <body onUnload="test()"


                The areas to paste this in can be found by (right click on BV page & select Page HTML)


                Good luck.
                Regards Chris.

                Collectables, Collecting, collectors-info.com

                www.chrismorris.co.uk

                House build project

                Comment

                Working...
                X