【发布时间】:2020-09-23 14:56:27
【问题描述】:
我正在尝试使用 iframe 从 Acumatica 调用外部 URL。
我试过了,还是不行
<asp:Content ID="cont2" ContentPlaceHolderID="phF" runat="Server">
<px:PXFormView ID="form" runat="server" DataSourceID="ds" DataMember="Document"
AllowCollapse="False" Width="100%" Height="100%" TabIndex="100">
<Template>
<div>
<iframe src="Site Url"></iframe>
</div>
</Template>
<AutoSize Container="Window" Enabled="True" MinHeight="200" />
</px:PXFormView>
内容>
【问题讨论】:
标签: acumatica