您现在的位置是:首页 > 电脑技术查询 > web开发

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

编辑:chaxungu时间:2022-10-02 23:23:33分类:web开发

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>