Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/05/2002, 21:28
vosko
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 56
Antigüedad: 23 años
Puntos: 1
Re: Algo util....lo unico como se hace? existe?

Index.htm
Código:
 <html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function getCookie (name) {
     var dcookie = document.cookie; 
     var cname = name + "=";
     var clen = dcookie.length;
     var cbegin = 0;
         while (cbegin < clen) {
         var vbegin = cbegin + cname.length;
             if (dcookie.substring(cbegin, vbegin) == cname) { 
             var vend = dcookie.indexOf (";", vbegin);
                 if (vend == -1) vend = clen;
             return unescape(dcookie.substring(vbegin, vend));
             }
         cbegin = dcookie.indexOf(" ", cbegin) + 1;
             if (cbegin == 0) break;
         }
     return null;
     }
function alerta(){
	MAYOR=window.open("mayor.htm","MAYOR",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=520",height=300');	
        if (MAYOR.opener == null) MAYOR.opener = window; 
        MAYOR.opener.name = "opener";
}


function testlink (link, fr) {
 oosex=false;
	if (getCookie("MAYOR")!=1) {alerta();}
	else {
	if (fr==null) {window.location=link;}
	if (fr=='STRIP')  {window.STRIP.location=link;}
	if (fr=='0')  {window.location=link;}
	}
}


if (getCookie("MAYOR")!=1) {alerta();}

//alert(getCookie("MAYOR"));

function CreaRemoto(cual) { 
	remote = window.open("","remoto","width=176,height=176");
	if (remote.opener == null) remote.opener = window; 
	remote.opener.name = "origen"; 
	remote.location.href = cual; 
	//document.write(window.name);
}
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:testlink('http://www.rutinasweb.com')">RwB </a>
</body>
</html>
Sigo en un siguiente mensaje

<a href="http://www.rutinasweb.com" target="_blank">RwB</a>