Javascript innerHTML ile div etiketinin içinde denetleniyor?

0 Cevap php

hi fellows im trying to make a registration form with ajax validation check. validation check is OK. i make it show a cross.png image when there is a problem about a field on the form.

ama ne ben bir sonraki yapmak istiyorum sorun olduğunda ziyaretçilerin kayıt formunu uygulamak izin vermemektir.

i ile hataları kontrol etmek için çalıştı

if(document.getElementById('username_error_icon').innerHTML!='<img src="cross.png" width="15" height="15" />'){
document.form1.submit();    
}

which didnt work :/ im open to suggestion please help :/

0 Cevap