quiero tener múltiples segunderos.
Me puse a codear y esto no me esta funcionando...
Por favor ayuda.
Código PHP:
<script type="text/javascript">/*<![CDATA[*/
id=0;
function segundero(nom,id){
this.s=0;
this.t=function(nom,id){
kja='<h3 style="margin:0">'+nom+'</h3><input type="text" name="s" id="id_'+id+'" size="1" />';
document.getElementById('cronox').innerHTML=kja+document.getElementById('cronox').innerHTML;
}
}
function cronox(){
nom=prompt('Nombre del OBJ:');
new segundero(nom,id);
id++;
}
/*]]>*/</script><div id="cronox"></div><br /><a href="" onclick="cronox();return false;">
Gracias