se vuoi recuperare i td di una table vatti a dare un occhioCodice PHP:var lista_td = document.getElementsByTagName("*");
qui
ad ogni modo deve essere una cosa del genere
qui non si capisce cosa vuoi fareCodice PHP:var _table= document.getElementById('idtabella');
var lista_td = _table.getElementsByTagName("td");
recuperi l'id che č separato da una virgolaCodice PHP:var cella_style=lista_td.item(i).getAttribute("id");
if(cella_style.indexOf(",")>0)
{
var impostazioni = cella_style.split(",");
var id_type=impostazioni[0];
![]()
![]()


Rispondi quotando