Código HTML:
ele = document.createElement('input'); ele.type = 'radio'; ele.value = '2'; ele.name = 'confirmar<?php echo $cont; ?>'; ele.onClick = function(){regDato('PEDconfirmar','<?php echo $pedido["pedCodigo"];?>')} documento.getElementById('<?php echo $cont; ?>5').appendChild(ele); documento.getElementById('<?php echo $cont; ?>5').appendChild(documento.createTextNode('NO'));