Hallo!
Leider hat mir Google nichts ausgespuckt, außer Quizze zu HTML
Ich würde gerne, dass bei mehreren Antwortmöglichkeiten, mit Klick auf das richtige Feld, dieses z.B. grün aufleuchtet.
Bislang habe ich es so gelöst, dass sich ein neues Fenster öffnet. Das möchte ich aber gerne umgehen.
So sieht es bei mir bislang aus:
<li style="border: grey 2px solid; border-top-style: ridge;">
<p style="font-size:17px">Frage</p>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=443,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="A.html" >A</a><br>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=470,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="B.html" >B</a><br>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=460,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="C.html" >C</a><br>
Vielen Dank im Voraus!
Leider hat mir Google nichts ausgespuckt, außer Quizze zu HTML

Ich würde gerne, dass bei mehreren Antwortmöglichkeiten, mit Klick auf das richtige Feld, dieses z.B. grün aufleuchtet.
Bislang habe ich es so gelöst, dass sich ein neues Fenster öffnet. Das möchte ich aber gerne umgehen.
So sieht es bei mir bislang aus:
<li style="border: grey 2px solid; border-top-style: ridge;">
<p style="font-size:17px">Frage</p>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=443,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="A.html" >A</a><br>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=470,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="B.html" >B</a><br>
<a target="popup" onclick="window.open('', 'popup', 'width=710,height=460,scrollbars=no,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no,top=10,left=10')
"href="C.html" >C</a><br>
Vielen Dank im Voraus!