View Single Post
ישן 30-07-12, 16:12   # 5
DoLet
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Jul 2011
הודעות: 301

DoLet לא מחובר  

HTML קוד:
var whare = document.getElementById('ID').value;
var towhare = document.getElementById('ID').value;
if(whare == towhare){
document.getElementById('ID').value = '';
document.getElementById('ID').value = '';
}
כמובן שאם זה - <select>-.
אתה יכול להשתמש ב- selectname.

Last edited by DoLet; 30-07-12 at 16:15..
  Reply With Quote