我们已经按照以下链接实现了 Intuit 连接按钮功能:
它一直到最后都很好用,但不是将控制权返回给父页面,而是在弹出窗口中打开应用程序。我真的不知道我在这里错过了什么。以下是我们针对此功能的单元测试页面:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta http-equiv="Cache-control" content="no-cache"/>
<title>Intuit Test Page</title>
<script src="https://js.appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js" type="text/javascript">
</script>
<script type="text/javascript">
intuit.ipp.anywhere.setup({
menuProxy: 'myserver.com/intuit/proxy',
grantUrl: 'myserver.com/intuit/connect'
});
</script></head><body>
<ipp:connectToIntuit></ipp:connectToIntuit>
</body>
</html>
除服务器名称外,代码相同。如果您能就此提供一些意见,我真的很感激?