Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,147,990 members, 7,799,406 topics. Date: Tuesday, 16 April 2024 at 08:32 PM

Website - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Website (714 Views)

(2) (3) (4)

(1) (Reply) (Go Down)

Website by Marlhyk: 7:43am On Oct 15, 2019
Guys you know that sometimes when browsing a website we use to be directed to another website like bet9ja so I want to ask what's the code to do it
Re: Website by mikke9: 9:15am On Oct 15, 2019
Javascript will do that
Re: Website by jidotoni(m): 12:51pm On Oct 15, 2019
Javascript. An example
<script>

//tell the browser where to redirect to
var goto = "https://bet9ja.com";

//redirect after 5 seconds
window.setTimeout(function(){
window.location.href = goto;
}, 5000);

</script>

Hope it helps smiley
Re: Website by Nobody: 7:26pm On Oct 15, 2019
let's say for example you want to redirect to www.google.com using PHP, do like this;
inside your php script write

<?php
header('location:https://www.google.com');
?>
Re: Website by Marlhyk: 7:20am On Oct 17, 2019
jidotoni:
Javascript. An example
<script>

//tell the browser where to redirect to
var goto = "https://bet9ja.com";

//redirect after 5 seconds
window.setTimeout(function(){
window.location.href = goto;
}, 5000);

</script>

Hope it helps smiley
thanks bro if I use a pay per click ads will I still earn

(1) (Reply)

Python Q|A Ask Any Question?? || Or Drop A Python Tip... / Nigeria-asia Business Excellence Awards / Turn On/off Bulb Light Using Html,css,javascript By Cob Technologies

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.