HTML 文件传输页面
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta NAME="Copyright" CONTENT="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>设备管理</title>
<link href="images/basic.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" >
function myjudge()
{
var keystr = "update.tar.gz"
var str = document.getElementById("updatefile").value;
var len = str.length;
var thesubstring = str.substring(len-13,len);
if(thesubstring == keystr)
{
Update.action="cgi-bin/update.cgi";
Update.submit();
}
else
{
alert("升级文件无效!");
return false;
}
}
</script>
</head>
<body id="sysdevmng">
<table height="80" border="0"><tr><td></td></tr></table>
<table width="30%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr><td height="30" align="left" valign="middle">
<h3 class="STYLE5" ><font color="#000000">导入升级文件</font></h3>
</td></tr>
<tr><td>
<form action="cgi-bin/update.cgi" method="post" name="Update" enctype="multipart/form-data">
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="table_style">
<tr>
<td width="91%"><div align="left">
<input type="file" class="btn" name="file" id="updatefile"/>
<font color=red></font></div>
<div id="newPreview"></div></td>
<td></td>
</tr>
<tr>
<td>
<br>
<div align="left">
<input type="reset" name="Reset" class="b
相关文档:
IIS配置.html的映射问题,其实这个问题可以说是HttpHandlerFactory的在web.config中注册的问题
问题描述:
一套网站程序使用URL重写,配置了ISAPI映射.html 动作全部,检查文件是否存在 不打勾 如下图
问题: 不对IIS配置.html的映射,IIS站点目录下.html页面都能显示。当配置了.html的映射 ......
Meta标签详解,在网上转的,希望对大家有用
引言
您的个人网站即使做得再精彩,在“浩瀚如海”的网络空间中,也如一叶扁舟不易为人发现,如何推广
个人网站,人们首先想到的方法无外乎以下几种:
● 在搜索引擎中登录自己的个人网站
● 在知名网站加入你个人网站的链接
● 在论坛 ......
HTML:
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
<META HTTP-EQUIV="expires" CONTENT="0">
PHP:
header("Expires: Mon, 26 Jul 1997 ......
1. web.config
<connectionStrings>
<add name ="myconn" connectionString="Data Source=who\SQLEXPRESS; Initial Catalog=dbname;Integrated Security=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>
2.
string htmlPath = "D:\\htmlFiles";
......