groups

name language licence
FTG-7-Attachment HTML Other
Calculator HTML Other
Accept 2 HTML Other
Floating Text Box A (put in html sidebar) JavaScript Other
CSS ToolTip - HTML HTML Other
3 column layout - margin style HTML Other
Gallery4 CSS Other
FTG-6-RadioButton HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

Accept 2

options: view full snippetsend to code collector
<form name="agreeform" action="http://www.apple.com" onSubmit="return defaultagree(this)">

<input name="agreecheck" type="checkbox" onClick="agreesubmit(this)"><b>I accept the terms and conditions</b><br>
<input type="Submit" value="Continue" disabled>
</form>

<script>

document.forms.agreeform.agreecheck.checked=false
</script>

	
(Continues...)