【问题标题】:SCRIPT5007: The value of the property onclick="JavaScript:functionName('name', '2', '0') is null or undefined, not a Function object(ie8)SCRIPT5007:属性 onclick="JavaScript:functionName('name', '2', '0') 的值为 null 或未定义,不是函数对象(ie8)
【发布时间】:2016-08-28 10:03:06
【问题描述】:

IE8 Error

SCRIPT5007:属性“webTabFunction”的值为 null 或未定义,不是函数对象(ie8) ie8 出现错误,让所有浏览器正常工作。

<a href="#debit_card_info" onclick="JavaScript:webTabFunction('debit_card_info', '2', '0')">Debit Card</a>

功能:-

function webTabFunction(e,a,t){ }

【问题讨论】:

    标签: javascript jquery internet-explorer-8


    【解决方案1】:

    onclick 应该是:onclick="webTabFunction('debit_card_info', '2', '0')"

    【讨论】:

      猜你喜欢
      • 2014-02-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多