if(document.getElementById) {
var obj = document.getElementById('inputString');
if(obj.setAttribute) obj.setAttribute('autocomplete','off');
}
