Home >Web Front-end >HTML Tutorial >I can open the web page display control using IE8.0 under XP, but the source code can be displayed using IE9.0 under WIN7? What's going on? _html/css_WEB-ITnose

I can open the web page display control using IE8.0 under XP, but the source code can be displayed using IE9.0 under WIN7? What's going on? _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:07:26988browse

RT, the source code of my webpage is as follows:
Under XP, it can be opened with IE8.0 and the controls are displayed
Under WIN7, after opening with IE9.0, the source code is displayed. What is the situation? , does anyone know?

<HTML><HEAD><meta http-equiv="Content-Type" content="text/html",charset="UTF-8"><TITLE>New Page</TITLE><script type="text/javascript">function load(){    var test = document.getElementById("MyActiveXControl1");    test.IPSET(location.hostname);    //alert(location.hostname);//弹出有IP的对话框}</script></HEAD><div style="text-align:center"><OBJECT  ID="MyActiveXControl1" WIDTH=919 HEIGHT=611 CLASSID="CLSID:DD566074-FF9A-4EC8-8548-E5C323E2C9F8" CODEBASE="MyActiveXControl.cab#version=1,3,12,24">    <PARAM NAME="_Version" VALUE="65536">    <PARAM NAME="_ExtentX" VALUE="24284">    <PARAM NAME="_ExtentY" VALUE="16134">    <PARAM NAME="_StockProps" VALUE="0"></OBJECT></div><BODY onload="load()"bgcolor="rgb(51,153,204)"></BODY></HTML>


Reply to the discussion (solution)

There are few people in this forum. Please give me some help.

Shouldn’t you be a front-end technology? This is Section C. Can I help you switch to the front end?

Someone, please help me

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn