select() su Firefox

Putroppo da qualche problema. La soluzione è impostare un timeout. Dato l'obj su cui effettuare la select:

setTimeout(

{

 

obj.focus();

 

obj.select();

},10);


Technorati tags:

function()if(obj.focus)if(obj.select)

Print | posted @ lunedì 25 giugno 2007 16:00

Comments have been closed on this topic.