Posted on: 4/15/2015 11:15:56 AM | Views : 797

Hi friends,
Below is my form and javascript the script is working fine in IE8 but IE 11 is not support the script. Please give a suggestion.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>Word ActiveX Control</title> <script src="jscontrol.js" type="text/javascript"></script> </head> <body> <form id="form1" runat="server"> <table width="100%"> <tr> <td align="left"> <table cellpadding="1" cellspacing="1 ...

Go to the complete details ...