Jump to content

How would you???


...678

Recommended Posts

You would need to use javascript.Though if you makina quiz or something it would be better to use Flash.

Link to comment
Share on other sites

<p>What colour is the grass?</p><form><input type="radio" name="grass" onclick="alert('incorrect')" >Red<br /><input type="radio" name="grass" onclick="alert('incorrect')">Blue<br /><input type="radio" name="grass" onclick="alert('correct')">Green</form>

piece of cake :)

Link to comment
Share on other sites

<p>What colour is the grass?</p><form><input type="radio" name="grass" onclick="alert('incorrect')" >Red<br /><input type="radio" name="grass" onclick="alert('incorrect')">Blue<br /><input type="radio" name="grass" onclick="alert('correct')">Green</form>

piece of cakeĀ  :)

tyvm
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...