treehouse : what would you like to learn today?
Web Design Web Development iOS Development

IE Issue

  • Hi I want to make file field empty after alert message in IE, can any one help me out. Its working fine with FF but not with IE, Below is script please look into it and help me.. function Validate(documentName) { if (documentName != document.getElementById("bomData").value) { alert("Please choose the checked out file name"); document.getElementById("bomData").value = '';

      }
    }