Vote count:
0
i am applying orderedlist then applying justifycenter using exec command in frame. on doing this getting some white spaces between text only in IE11. Any solution to this?
Code:
<iframe id="myFrame" runat="server"></iframe>
<input type=”button” id=”but1” onclick=”iframecommands()”/>
<script>
function iframecommands(){
var oDocument = $get('<%=this.myFrame.ClientID%>').contentDocument;
oDocument.execCommand(“insertorderedlist”, false, null);
oDocument.execCommand(“justifycenter”, false, null);
}
</script>
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire