Back to Home Page button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • editorfcm
    Sergeant

    • Oct 2005
    • 29

    Back to Home Page button

    Hi everyone

    I will try and be as detailed as possible in my question.
    I created a registry form on my web site using blue voda. I used a php code that I was given for this forum for the registry details to be sent to me by e-mail. When you click on the submit button of the registry form you get a "thank you for registering" page come up. What I need to know is, in the php code how do I add a link so that when you get the Thank You message there will also be a link on there for you to click to take you back to the home page of my web site.

    Hope this is enough information.

    Regards

    Chris
    www.freecybermag.com
    Print it, Read it, Share it.
  • VodaHost
    General & Forum Administrator

    • Mar 2005
    • 12356

    #2
    Try inserting the below line of code in your .php page underneath the <HEAD>. This
    should redirect the user back to your home page.


    <META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.YourDomain.com">

    So it looks like the below

    <HTML>
    <HEAD>
    <META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.YourDomain.com">
    </HEAD>
    Last edited by VodaHost; 11-12-2005, 04:26 PM.

    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

    • VodaHost
      General & Forum Administrator

      • Mar 2005
      • 12356

      #3
      change the YourDomain.com with Your Domain

      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

      • editorfcm
        Sergeant

        • Oct 2005
        • 29

        #4
        Cheers very much for that code. But is there any possibility I can create a 5 second delay. What I want is when they click the submit button they see a Thank You note for around 5 seconds and then get re-directed.

        Cheers

        Chris
        www.freecybermag.com
        Print it, Read it, Share it.

        Comment

        Working...
        X