BUG 10701 I added validation for IE SOLVED
I added validation for IE
This commit is contained in:
@@ -299,6 +299,7 @@ var insertFormVar = function(sFieldName, sValue) {
|
||||
else {
|
||||
if (document.selection) {
|
||||
oAux.focus();
|
||||
oAux.value = '';
|
||||
document.selection.createRange().text = sValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user