![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/09/2005, 09:20
|
![Avatar de Punktruka](http://static.forosdelweb.com/customavatars/avatar86159_2.gif) | | | Fecha de Ingreso: enero-2005 Ubicación: Santiago, Chile
Mensajes: 215
Antigüedad: 20 años Puntos: 0 | |
un pekeño ejemplo y mas ordenado, haber si te sirve..
Código:
<script language="javascript">
function Enviar()
{
var valor1=form1.text1.value;
var valor2=form1.text2.value;
window.open("PaginaALaKeVa.asp?valor1="+valor1+"&valor2="+valor2, "windows","width=500 height=auto");
}
</script>
<form name="form1" action="VeDatos.asp" method="post">
<input type="button" name="Ver" class="botonnoticias" value="Ver Datos" onClick="Enviar()">
</form>
y en la otra pagina los recibes por url osea por
request.querystring("valor1")
request.querystring("valor2")
o simplemente komo dice KARIKATOS.. un submit directo en el boton
__________________ y nada más
porke el cielo ya está de nuevo torvo y sin estrellas kon helikópteros y SIN DIOS.... |