1)firefox不支持VBScript!所以,我们能用的只有Javascript.
2)document.getElementId是得到对象的好方法
3)event.keyCode只能在IE中用,NV的要用event.witch
4)IE中可以有window.event,所以可以在函数中直接用event,而NV不行,必须传一个event参数给函数。
5).NET的验证控件不能用!!前台验证不支持firefox。郁闷ing

相关文章:

  • 2022-01-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2021-11-04
  • 2021-11-10
  • 2021-04-12
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案