I have no problem printing in IE7, IE8, or Firefox.
Nothing happens in IE6 versions :
* Internet Explorer 6.0 (6.00.2800.1106)
* Internet Explorer 6.0 (6.00.2900.2180).
I need to be able to print from the client side Print(); - but printing from the standard Farpoint commandbar doesn't work either in IE6.
I attached the simple xls workbook I am using.
I am using really basic code :
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If IsPostBack Then Return
fp.OpenExcel(Me.Page.MapPath(".") & "\Simple.xls")
End Sub
The only js error I can see is :
Line : 8550
Char : 1
Error : Unknown name.
We do need to support IE versions 6 and above.
Please advise, thanks !