Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| Obě strany předchozí revize Předchozí verze | |||
|
fo:spisy_test:form [01.04.2013 04:21] Petr Vileta |
fo:spisy_test:form [01.04.2013 04:33] (aktuální) Petr Vileta |
||
|---|---|---|---|
| Řádek 197: | Řádek 197: | ||
| for (var i = 2; i < x.length -2; i++) { | for (var i = 2; i < x.length -2; i++) { | ||
| e = x[i].getElementsByTagName('input')[0]; | e = x[i].getElementsByTagName('input')[0]; | ||
| - | o = e.outerHTML; | + | e.onBlur="prenes(this.value,148);"; |
| - | e.outerHTML=o.substring(0,o.length -1) + ' onBlur="prenes(this.value,148);">'; | + | // o = e.outerHTML; |
| + | // e.outerHTML=o.substring(0,o.length -1) + ' onBlur="prenes(this.value,148);">'; | ||
| e = x[i].getElementsByTagName('select')[0]; | e = x[i].getElementsByTagName('select')[0]; | ||
| e.onBlur="prenes(this.value,149);"; | e.onBlur="prenes(this.value,149);"; | ||