![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/08/2008, 09:00
|
| | Fecha de Ingreso: abril-2008
Mensajes: 8
Antigüedad: 16 años, 9 meses Puntos: 0 | |
Respuesta: datagrid+php+hyperlink este es el codigo que uso en el datagrid(2) y que luego lo paso al datagrid(1) pero ahi ya no funciona.....
alSeleccionar.cellPress = function(objeto){
if(objeto.columnIndex == 0){
var siteURL:Object = objeto.target.selectedItem.Info;
getURL(siteURL.toString(), "_blank", "GET");}
}
pelis_grid.addEventListener("cellPress", alSeleccionar); |