* kapilover08 Im asking if it is possible to create a redirecting page? I want my user redirect in a page(user attention) before they browse in my whole pages. I think it is possible using the cache/data browser of each user. I don't know if xtgem support on it.

I have a plan to create a site in sextgem.
2015-03-13 03:01 (edited 2015-03-13 03:02 by kapilover08 ) · (0)
* JavaExperts * kapilover08 kapilover08@ there is no html redirect script but here is a javascript which will re-direct your user to another page

<!-- Begin Redirect URL -->
<script language="JavaScript" type="text/javascript">
location.href= ('ENTER URL HERE');
</script>
<!-- End Redirect URL -->

Copy code

above code will re-direct user without knowing to user

in my site if you go to http://nokiaasha.cf/cert it will re-direct you to http://nokiaasha.cf/certificates
2015-03-13 15:13 · (0)
* Heriwap * kapilover08 Javascript redirect time 10s
<script language=javascript>
setTimeout
("location.href='http://xtgem.com'", 10000);
</script>

Copy code


html redirect time 10s
<meta http-equiv="Refresh" content="10; URL=http://xtgem.com">
Copy code
2015-03-14 02:43 · (1)

Online: Guests: 1