Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/10/2008, 14:55
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años, 1 mes
Puntos: 7
Respuesta: Pasar variable a la funcion desde ASP

intenta con esto:

en funcion
Cita:
function funvolver(valor)
{
url='pagina_principal.asp?valor='+valor
window.location = url;
}
y esto en el link
Cita:
<a href="javascript:funvolver(<% response.write(tuvariable)%>);">Volver</a>
Luego comentas si te funciono
__________________
Me junto con los que Saben, Queriendo Saber.