Jump to content

...678

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by ...678

  1. <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
  2. <html><head><script type="text/javascript">function disp_alert(){alert("The answer would be here")}</script></head><body><form><input type="button" onclick="disp_alert()" value="Answer"></form></body></html>

×
×
  • Create New...