Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Very Basic HTML Codes...

Mon Sep 13, 2004 6:40 am

Okay I was gonna do a trivia thing, and would settle for multiple choice click the cirlce and popup RIGHT or wrong

Or even simpler, 4 answers and when you click on a word a popup comes

If someone could give me one of the codes

Wed Sep 22, 2004 10:32 pm

<form>
What is 1 + 1?
<input type = "radio" name = "_q1" value = 2 onClick = "alert('right');" />2<br />
<input type = "radio" name = "_q1" value = 1 onClick = "alert('wrong');" />1
</form>


simple code :)
Topic locked