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 >     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, but i dont have idea why doesnt work in IE, any clue??

thx in advance :)

--
//
//   Ing. Francisco J. Calderón S.
//   [EMAIL PROTECTED]
//   Usuario de GNU/Linux  nº 349529
//   Maracay, Venezuela
//
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to