<script type="text/javascript"> function init(){ elm = document.forms[0].elements
for (i=0;i<elm.length;i++){ if (elm[i].type=="checkbox"){ elm[i].onclick=new Function("check(this);"); } } }
function check(last){ elm = document.forms[0].elements chk = 0;
for (i=0;i<elm.length;i++){ if (elm[i].type=="checkbox" && elm[i].checked){ chk++; } } if (chk>10){ alert('max 10 kan vælges'); last.checked=false; } }
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.