【问题标题】:Intuit Partner Platform (IPP) QuickBooks Online (QBO) BlueDot Menu ASPX page not rendering in Internet Explorer (IE)Intuit 合作伙伴平台 (IPP) QuickBooks Online (QBO) BlueDot Menu ASPX 页面未在 Internet Explorer (IE) 中呈现
【发布时间】:2013-02-19 20:29:42
【问题描述】:

我有一个 .aspx 页面来显示 BlueDot 或 ConnectToQuickBooks 按钮。 从 IE 页面收集的结果 HTML 如下所示:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>TrueCommerce to Intuit Connect Page</title>
    <script type="text/javascript" src="https://appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js"></script>
    <script type="text/javascript">
        intuit.ipp.anywhere.setup({
            menuProxy: 'http://localhost:1384/MenuProxy.aspx',
            grantUrl: 'http://localhost:1384/OauthGrant.aspx'
        });
    </script>
</head>
<body>

<div id="blueDotDiv">
    <ipp:bluedot></ipp:bluedot>
</div>

</body>
</html>

此代码不会在 IE 中显示。它将在 Chrome 和 Firefox 中正常显示。

我使用W3C Markup Validation Service 验证了 HTML,并且只收到了标签上的错误,这是意料之中的。

我正在使用以下 IE 浏览器
IE 版本: 8.0.7601.17514 64 位版本

我们正在使用 Silverlight,并使用 Infragistics HTML Viewer Control - Silverlight xamHtmlViewer 嵌入了 ASPX 页面。从 xamHtmlViewer 内部调用或直接调用时,BlueDot 菜单不会出现(尽管它在 Chrome 和 Firefox 中都适用)。

有什么想法吗?

【问题讨论】:

    标签: asp.net internet-explorer infragistics intuit-partner-platform quickbooks-online


    【解决方案1】:

    https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0060_Reference/Widgets/0010_Connect_Button

    要在 IE8 中显示 Connect to QuickBooks 按钮,需要 html xmlns 属性,例如:

    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
    

    【讨论】:

    • 非常感谢彼得。那是我的问题。我更新了我所有的 aspx 页面。
    • 既然我现在已经引起您的注意,您能否回顾一下我以前的一期。我仍然遇到Selecting All Unpaid Invoices 的问题,提前谢谢您。
    猜你喜欢
    • 1970-01-01
    • 2013-08-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多