欢迎光临
我们一直在努力

下面的在我的机器上已经测试过了

建站超值云服务器,限时71元/月

<%
等到文本缓冲完才显示
response.buffer = true
告诉浏览器用word来显示文档内容

response.contenttype = "application/msword"

文档设定

response.addheader "content-disposition", "inline; filename=report.doc"

%>

<html>

<head>
<meta http-equiv="content-type"
content="text/html; charset=gb2312">
<title> 站点发布信息</title>
</head>

<body>
<!– postinfo.html version 0.100–>
<!–
        this file allows users to post files to their web with the web publishing wizard or frontpad, using the same username and password they would
        use if they were authoring with the frontpage explorer and editor.

        the values below are automatically set by frontpage at installation
        time.  normally, you do not need to modify these values, but in case
        you do, the parameters are as follows:

        baseurl is the url for your web server.
        
        defaultpage is the name of the default (home) page name
        for your web.

        xfertype specifies that the frontpage server extensions have been
        installed on this web.  this value should not be changed.

        fpshtmlscripturl, fpauthorscripturl, and fpadminscripturl specify
        the relative urls for the scripts that frontpage uses for remote
        authoring.  these values should not be changed.

        version identifies the version of the format of this file, and
        should not be changed.
–><!– webpost
    version="0.100"
    baseurl="http://ecti-blue"
    xfertype="frontpage"
    defaultpage="default.htm"
    fpshtmlscripturl="_vti_bin/shtml.dll/_vti_rpc"
    fpauthorscripturl="_vti_bin/_vti_aut/author.dll"
    fpadminscripturl="_vti_bin/_vti_adm/admin.dll"
–>
<p><!–webbot bot="purpletext"
preview="安装 frontpage 时,将在 frontpage 站点的根目录下创建此网页。此网页中所包含的信息,是用户用“microsoft 站点发布向导”或其他使用该向导的程序(如使用 frontpad,并以与使用 microsoft frontpage 创作时相同的用户名和密码来使用)来编辑站点中的网页时所需要的。如果您不希望允许用户用 microsoft frontpage 之外的其他工具来编辑站点中的文件,就可以删除此文件。"
–></p>

<h1>站点发布信息</h1>

<p>此网页的 html 注释中包含了配置信息,这些配置信息是用户用“microsoft 站点发布向导”或其他使用该向导的程序(如使用 frontpad,并且所用的用户名和密码与使用 microsoft frontpage 创作时相同)来编辑站点中的网页时所需要的。有关“站点发布向导”api 的详细内容,请参阅 microsoft 的 internet sdk。 </p>
</body>
</html>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 下面的在我的机器上已经测试过了
分享到: 更多 (0)

相关推荐

  • 暂无文章