Etiket ve type olarak button tanımlamak

KOUsoftware

Hectopat
Katılım
1 Nisan 2020
Mesajlar
159
Yer
İstanbul
Daha fazla  
Cinsiyet
Erkek
Meslek
Öğrenci
HTML'de button tipi ve etilketi arasında ne fark var? Button etiketine type = button tanımlamak bir şey değiştirir mi?
 
If your buttons are not for submitting form data to a server, be sure to set their type attribute to button. Otherwise they will try to submit form data and to load the (nonexistent) response, possibly destroying the current state of the document.

Özeti, type button yapmazsan form verilerini sunucuya göndermeye ve response döndürmeye çalışır.
 
Hocam eğer bir form içerisinde bir button koyarsan o otomatik olarak submit button (formu gönderme) olarak çalışır. Ancak biz başka işler için kullanmak istiyorsak butonu type="button" deriz. Submit button için de type="submit" deriz. Umarım açıklayıcı olmuştur. El alışkanlığı olsun genelde sen form submit etmiyorsan type="button" yaz butonlarına.
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…