Ver Mensaje Individual
  #12  
Antiguo 20-12-2005
Avatar de torito
torito torito is offline
Miembro
 
Registrado: jun 2003
Ubicación: Querétaro, Mex.
Posts: 349
Reputación: 21
torito Va por buen camino
Cita:
Empezado por roman
¿Y no tendría que ser index.html o alguna extensión similar?

// Saludos
Me dice que se requiere un objeto en la linea 9 caracter 2
http://inf1wsxpp262/website/pagina/index.html?Name=hola&dato=nada
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<
html>
<
head>
    <
title>VALUADORES</title>
</
head>
<
script type="text/javascript" language="JavaScript">
function 
genera_ruta(url) {
 
valor document.getElementById('Name').value;
 
//document.location = url;
 
alert(url+valor);
}

</script>
<title>
ClubDelphi
</title>
<body onLoad="genera_ruta('http://www.clubdelphi.com')">
<p>
<a href="#" onclick="genera_ruta('http://www.clubdelphi.com'); return false;">ClubDelphi.com</a>
</p>
</body>
</html> 
Responder Con Cita