我将插件嵌入到aspx页面和基于某些条件的java脚本中,我需要重新加载对象标记。
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<script src="<%=ConfigurationManager.AppSettings["assets"]%>js/Util.js"
<object name="MyPlugin" id="Myplugin" width="0" height="0" type="application/x-Myplugin">
</object>
编辑: 我想做这样的事情Reloading a loaded plugin。
请帮我在java脚本中重新加载插件。
答案 0 :(得分:0)