SyntaxFix
Write A Post
Hire A Developer
Questions
document.getElementById("fName").style.borderColor="";
is all you need to change the border color back.
To change the border size, use element.style.borderWidth = "1px".
element.style.borderWidth = "1px"