当前位置: 代码迷 >> JavaScript >> firefox下文本框调不出js日期组件,该如何处理
  详细解决方案

firefox下文本框调不出js日期组件,该如何处理

热度:354   发布时间:2012-02-10 21:27:42.0
firefox下文本框调不出js日期组件
<html:text property="obtime" onfocus="show_cele_date(obtime,'','',obtime)"></html:text>鼠标点击时没有反应,请大侠们解决一下?

------解决方案--------------------
这样:
<html:text property="obtime" onfocus="show_cele_date('obtime','','','obtime')"></html:text>