摘要:
function Up(question_id){ var vintSelCount = 0; var vobjCboLeft = question_id; for (var i = 0; i < vobjCboLeft.length; i++) if (vobjCboLeft(i).selected) vintSelCoun... 阅读全文
摘要:
Fx can't support "window.event" object. The follow codes will not act in Fx: The event in Fx should be send as a parameter of event function. The codes run in both IE and Fx: Notice that: e... 阅读全文