Jump to content
php.lv forumi

validācija


anonīms

Recommended Posts

character ";" not allowed in attribute specification list.
element "theForm.elements.length" undefined.

 

function select(a) {
var theForm = document.myForm;
for (i=0; i<theForm.elements.length; i++) {
	if (theForm.elements[i].name=='id[]')
		theForm.elements[i].checked = a;
}
}

 

Kā varētu no viņiem atbrīvoties? javascript'u nepārzinu.

Edited by anonīms
Link to comment
Share on other sites

×
×
  • Create New...