scusami saresti anche così gentile da spiegarmi xkè mi va in errore?
inputs.concat is not a function
codice:var inputs = new Array; inputs = document.getElementsByTagName('input'); //array contenente tutti i campi di tipo input var selects = new Array; selects = document.getElementsByTagName('select'); //array contenente tutti i campi di tipo select var tutti = new Array; tutti = inputs.concat(selects);

Rispondi quotando