Помогите разобраться, где я туплю.
Мне нужно в одной строке вывести одно итоже слово.
....... var ...... var .....!
У сеня сейчас выводит только в первой части текста, а во вторую значение не подставляется.
<div class="num"><b>9:</b>
<span class="test">The meeting is <span id="q9" style="color:red;">..........</span> Friday,
<span id="q9" style="color:red;">..........</span> the morning.</span></div>
<div class="vopros"><img src="./img/tpl/test/1.png">
<input type="radio" name="test9" value="33" onclick="document.getElementById('q9').innerHTML='on/in'"> on/in</div>
<div class="vopros"><img src="./img/tpl/test/2.png">
<input type="radio" name="test9" value="34" onclick="document.getElementById('q9').innerHTML='at/on'"> at/on</div>
<div class="vopros"><img src="./img/tpl/test/3.png">
<input type="radio" name="test9" value="35" onclick="document.getElementById('q9').innerHTML='in/at'"> in/at</div>
<div class="vopros"><img src="./img/tpl/test/4.png">
<input type="radio" name="test9" value="36" onclick="document.getElementById('q9').innerHTML='to/of'"> to/of</div>
Посмотреть мой код можно здесь!!!