A je v pořádku toto:
<input type="radio" name="r" value="r1" onclick="document.getElementById('t').value=r1;document.getElementById('x').value=r3;" /> <input type="radio" name="r" value="r2" onclick="document.getElementById('t').value=r2;document.getElementById('x').value=r4;" /> <input type="text" name="t" id="t" />
<input type="text" name="x" id="x" />
Tedy, že ta hodnota je tam vepsaná napřímo a jsou tam dvě pro dvě rozdílná pole? Funguje to, tak jak potřebuju, jen jestli to není úplně prasárna...
|