Displaying 1 result from an estimated 1 matches for "xyz_2".
Did you mean:
xyz2
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing
this:
//// CODE ////
var m = $(''XYZ'').cloneNode(false)
m.setAttribute(''id'', ''XYZ_2'');
m.value = '''';
var onblur = "alert(''hola'');";
m.setAttribute(''onblur'', onblur);
y6.appendChild(m);
//// CODE ////
where "XYZ" is an input text and y6 is a TD cell, this works perfectly in
firefox,...