M
meyrick
Guest
Hi Can somebody please maybe tell what im doing wrong here? var selectobject= Appery("cboCustomer"); alert(selectobject.length); for (var i=0; i selectobject.options.length; i++){ alert(selectobject.options.text+" "+selectobject.options.value) } Thanks
Continue reading...
Continue reading...