在其他浏览器及更高版本(即9个版本)中,不会显示树视图. [英] tree view is not displayed in other browsers and above ie 9 versions.

查看:138
本文介绍了在其他浏览器及更高版本(即9个版本)中,不会显示树视图.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上我有代码hms项目,它是用vbscript开发的,树形视图是由xml和xsl开发的.在其他浏览器及更高版本(即9个版本)中,不会显示树视图.


代码如下:

Actually i have code hms project it is developed with vbscript, tree view is developed by xml and xsl. tree view is not displayed in other browsers and above ie 9 versions.


Code is Given below:

<xsl:stylesheet xmlns:xsl="http://http://www.w3.org/TR/WD-xsl">
  <xsl:template match="/"><xsl:apply-templates />
  </xsl:template>


请帮帮我...


Please help me out...

推荐答案

成员11738198写道:
Member 11738198 wrote:


...它是用vbscript开发的...


... it is developed with vbscript ...


这是您的问题-Internet Explorer以外的其他任何版本均不支持VBScript,并且永远不会.

从IE11开始, VBScript [


There''s your problem - VBScript has never been supported in anything other than Internet Explorer, and never will be.

As of IE11, VBScript[^] no longer runs in Internet Explorer.

Re-write your code using Javascript.


这篇关于在其他浏览器及更高版本(即9个版本)中,不会显示树视图.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆