Mozilla GridView中HeaderText呈现问题
问题描述:
I have taken div inside Update Panel, Inside this div there is GridView.
Now I have kept HeaderText in asp:BoundField. I am doing some javascript stuff for which i am reading innerHTML of div tag now when i execute this in IE it works fine But same thing causes problem in Firefox 3.5 i.e. those HeaderText are come as Undefined when i see it on Firefox.
Please help.
答
您好,
您在应用中使用的是什么JavaScript代码.
只需确保javascript必须是跨浏览器编码即可.
因为IE支持某些javascript方法,但Firefox不支持.
这里''是说一些关于支持的例子...
IE不支持画布,但Firefox支持画布标签
如果我们想在IE中工作,那么可以使用一个javascript文件iecanvas.js来在IE中工作.
如果您发布JavaScript代码,我们会比此方法更好地解决您的问题
最好的
Hi,
what javascript code you are using in your app.
just make sure that javascript must be cross browser coding .
because IE supports some javascript methods but Firefox not.
Here ''m saying some example regarding support...
IE don''t support canvas but Firefox supports canvas tag
If we want to work in IE ther is a javascript file for it iecanvas.js to working in IE.
If you post your javascript code we''ll clear your problem as better than this
All the Best