1 if ($.browser.mozilla) {
2 window.setTimeout(function() { $("#" + CountID + "").focus(); $("#" + CountID + "").select(); }, 0);
3 }
2 window.setTimeout(function() { $("#" + CountID + "").focus(); $("#" + CountID + "").select(); }, 0);
3 }