Dark_Ripon
I want to set redirect using javascript in my xtgem site.
Please help!
Graham
Dark_Ripon location object
https://www.w3schools.com/jsref/obj_location.asp
use assign or replace
window.location.assign("http://xtgem.com")
window.location.replace("http://xtgem.com")
Zederguy
Dark_Ripon pls how do you use to code that search bar in your technotricksbd site, i mean give me the code you use pls
Zederguy
Dark_Ripon pls how do you use to code that search bar in your technotricksbd site, i mean give me the code you use pls
Examtonic
Graham Hello please help me on javascript password protected page and redirect,
Their is a code i put but. It will show emty page,
Pls help me with code on xtgem.
VOLThor6
Examtonic Head here
https://www.bbcode.org/reference.php
to learn bbcode tags so you can post your code on the forums with the [code] tag.
Naijerfont
VOLThor6 please i need help on xtgem forum, any one there?
shifat100.xtgem.com
Dark_Ripon Here Is Your Code:
<script> window.location.href='http://your_url.com'; </script>