asp.net - Intuit 合作伙伴平台 (IPP) QuickBooks Online (QBO) BlueDot Menu ASPX 页面未在 Internet Explorer (IE) 中呈现

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

我有一个 .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 中以两种方式工作)。

有任何想法吗?

最佳答案

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="">

关于asp.net - Intuit 合作伙伴平台 (IPP) QuickBooks Online (QBO) BlueDot Menu ASPX 页面未在 Internet Explorer (IE) 中呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14966774/

相关文章:

silverlight - Telerik 与 Silverlight 的基础设施

C# 自定义排序。所有 N 后跟 ASC 顺序

替换 externalHTML 后 jQuery 选项卡不工作

c# - PostBack 后在 GridView 中保留 DataSource

c# - 确定 Request.Form 中的控件类型

asp.net - session 超时 .NET

css - IE8 奇怪的附加 <li> 项?

javascript - Internet Explorer 开发人员工具不显示使用 RequireJS 的源代码

javascript - XSL 解析正在缩短导致 IE 出现问题的脚本标签

c++ - 在 C++ 中重置 8087CW 会导致 .NET 应用程序出现异常