12/09/2005, 09:46
|
| Colaborador | | Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años Puntos: 38 | |
Código:
<a href = 'javascript:jsAbreVentana("datoscliente.aspx?valor=<%# DataBinder.Eval(Container.DataItem,"nombre","{0}") %>")'><%# DataBinder.Eval(Container.DataItem,"nombre","{0}") %> </a>
Código:
function jsAbreVentana (ventana)
{
window_handle = window.open(ventana,"miventana","'toolbar=no,scrollbars=no,width=448,height=440'");
window_handle.focus();
}
Última edición por Andres95; 12/09/2005 a las 09:59 |