南钢股份股票还能涨吗:为什么网页代码中的网页中的超级链接无效,删除“<!-- saved from url=(0039)http://***.htm -->就可以了

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/03 05:47:39
根据http://zhidao.baidu.com/question/1546722.html
的解释,明确了< saved from url=(0039)ttp://***.htm >的意思。指向本地的超级链接无效而上传之后却有效或是web链接也有效,删除< saved from url=(0039)ttp://***.htm >便可以了,本人不知是何原因。代码如下:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!-- saved from url=(0030)http://user.xxwin.com/chunhua/ -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>

<p><a href="temp.htm">ghjghjgj</a></p>

</body>

</html>

在你做网页时,如果网页需要运行ActiveX或脚本,并且他们位于客户端以外的地方,那么可以添加这个注释语句,IE当然不会不理他,IE会按照他指出的URL去找脚本的位置。这句话的作用是让InternetExplorer使用Internet区域的安全设置,而不是本地计算机区域的设置。