• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Web Page Redirect

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

    Web Page Redirect

    Simple web query.
    I want to redirect anyone visting my free space at pipex to my proper site. There is no automatic redirect function / web forwarding available. Anyone got code to redirect to new site in 10 secs etc ?

    #2
    put this on index.htm, default.asp

    Meta tags are not allowed

    Comment


      #3
      redirect

      EZboard is wonderful isnt it ?

      ScotsPine was probably trying to say

      meta http-equiv="refresh" content="5;url=http://www.abc.com"

      all on one line with the less than / gt than brackets around it.

      put it in the header section of your html.

      the 5 in this case is the delay in secs url is the page to redirect to

      Comment


        #4
        how did

        you manage that? it removed my post completely which was virtually identical to yours... maybe i should read the small print again :\

        Comment


          #5
          META <>

          did you put the gt / lt symbols in - I dont think it likes them if they form a meta tag

          so > META < should be OK
          but the other way round would break it

          Comment


            #6
            Re: META &lt;&gt;

            Lovely Jubbly - Thanks guys works a treat !

            Comment

            Working...
            X