Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE Issue

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41668
    vin308
    Member

    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 = ”;

    }
    }

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.