Very Basic HTML Codes...

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

Moderator: Moderators

Locked
Message
Author
SkiLLz.GoSu
Newbie
Newbie
Posts: 9
Joined: Mon Jul 05, 2004 8:46 pm

Very Basic HTML Codes...

#1 Post by SkiLLz.GoSu »

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
.ccy
PPT Student
PPT Student
Posts: 346
Joined: Wed Jun 16, 2004 8:45 am

#2 Post by .ccy »

<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 :)
Locked