Yep so did that.
Thanks
- 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!
Reply to: Website Auto-Redirect
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Website Auto-Redirect"
Collapse
-
Originally posted by MikeC1408 View PostI'm using the following code between the <Head> tags on one of my sites to re-direct the visitor to another site
Code:<script language="javascript" type="text/javascript"> <!-- window.location="http://www.mydomain.co.uk"; // --> </script>
http://www.oldsite.co.uk/www.mydomain.co.uk
also tried code below, with the same outcome
Code:<head> ...head section stuff (Title, Description,etc.)... <meta http-equiv="refresh" content="5;url=www.mydomain.html"> </head>
Is there a problem with my code or is it to do with the hosting of the old site.
Thanks
Try a full URL in the meta tag:
Code:<meta http-equiv="refresh" content="0;url=http://webdesign.about.com">
Leave a comment:
-
Solved
Changed the code to
Code:<script language="javascript"> function doRedirect() { setInterval("window.location.href='http://www.mydomain.co.uk'", 5000); } </script> <script language="javascript"> doRedirect(); </script>
Leave a comment:
-
Website Auto-Redirect
I'm using the following code between the <Head> tags on one of my sites to re-direct the visitor to another site
Code:<script language="javascript" type="text/javascript"> <!-- window.location="http://www.mydomain.co.uk"; // --> </script>
http://www.oldsite.co.uk/www.mydomain.co.uk
also tried code below, with the same outcome
Code:<head> ...head section stuff (Title, Description,etc.)... <meta http-equiv="refresh" content="5;url=www.mydomain.html"> </head>
Is there a problem with my code or is it to do with the hosting of the old site.
ThanksTags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
- Will HMRC’s 9% interest rate bully you into submission? Nov 5 09:10
- Business Account with ANNA Money Nov 1 15:51
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 14:11
- How Autumn Budget 2024 affects homes, property and mortgages Oct 31 09:23
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 09:20
- Autumn Budget 2024: Umbrella companies hit, Employer NICs hiked, and BADR heading for 18% Oct 30 16:54
- Autumn Budget 2024: chancellor’s full speech Oct 30 16:34
- RecExpo got told this about Labour’s Employment Rights Bill… Oct 30 09:10
Leave a comment: