
hola..
tengo una duda..
como le hago.. k para cuando entren
a la pagina..
los redireccione a otra....
como seria el codigo java...
me pasaron uno pero no me funciona..
<script>
/*
Front Page as Portal v2.1
By Webworldx
*/
if(location.rel="nofollow" href.match(/\?\w+/) == null && document.referrer.match(location.pathname) == null){
if (location.rel="nofollow" href.match("index.php") == null && location.rel="nofollow" href.lastIndexOf("/") + 1 != location.rel="nofollow" href.length){
location.rel="nofollow" href += "/index.php?act=site"
} else {
location.rel="nofollow" href="index.php?act=site"
}
}