加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

asp.net – Intuit合作伙伴平台(IPP)QuickBooks Online(QBO)Blue

发布时间:2020-12-16 06:32:12 所属栏目:asp.Net 来源:网络整理
导读:我有一个.aspx页面来显示BlueDot或ConnectToQuickBooks按钮. 生成的 HTML看起来像这样,从IE页面收集: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"html xmlns="http://www.w
我有一个.aspx页面来显示BlueDot或ConnectToQuickBooks按钮.
生成的 HTML看起来像这样,从IE页面收集:

<!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中显示“连接到QuickBooks”按钮,需要html xmlns属性,例如:

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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读