Wednesday, August 21, 2013

how to refresh object tag in aspx page

how to refresh object tag in aspx page

I am embedding the plugin in aspx page and in the java script based on
certain condtion,I need to reload the object tag.
<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>
Here in Util.js I need to reload plugin.Please help me reloading the
plugin in java script.

No comments:

Post a Comment