📄 photosadd.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="ControlMenue" Src="ControlMenue.ascx" %>
<%@ Page language="c#" Codebehind="PhotosAdd.aspx.cs" AutoEventWireup="false" Inherits="Com.SMS.SMSUI.PhotosAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>PhotosAdd</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<script src="JS/Public.js"></script>
<script src="JS/Message.js"></script>
<LINK href="css/ocean.css" type="text/css" rel="stylesheet">
<style type="text/css">INPUT { BORDER-RIGHT: #5589aa 1px solid; BORDER-TOP: #5589aa 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #5589aa 1px solid; COLOR: #000000; BORDER-BOTTOM: #5589aa 1px solid }
#treeMenu IMG { BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: bottom; MARGIN-RIGHT: 2px; BORDER-RIGHT-WIDTH: 0px }
#treeMenu .normal { CURSOR: hand }
#treeMenu .over { CURSOR: hand }
</style>
</HEAD>
<body bgcolor="#4f8182">
<form id="Form1" method="post" runat="server" encType="multipart/form-data">
<table cellSpacing="0" cellPadding="0" width="1000" align="center" bgColor="#4f8182" border="0"
id="Table2">
<tr>
<td><IMG src="Images/SMSTop.jpg" border="0"></td>
</tr>
<tr>
<td>
<table height="700" cellSpacing="0" cellPadding="0" width="1000" background="Images/SMSBasic.jpg"
border="0" id="Table3">
<tr>
<td colSpan="3" height="4%"></td>
</tr>
<tr>
<td width="2%"></td>
<td vAlign="top" align="center">
<div class="coleft" id="Munue">
<table width="100%" border="0" id="Table4">
<tr>
<td align="center">
<uc1:ControlMenue id="ControlMenue1" runat="server"></uc1:ControlMenue></td>
</tr>
</table>
</div>
</td>
<td width="6%"></td>
<td vAlign="top" align="center">
<div class="cconter" id="Main">
<table id="main" height="570" width="545" border="1" bordercolor="#99cccc">
<tr>
<td vAlign="top" align="center">
<table id="aaaa" width="100%" align="center" border="0">
<tr>
<td align="center">请选择相册:
<asp:dropdownlist id="ddlUserType" runat="server" Width="146px"></asp:dropdownlist></td>
</tr>
<tr id="aaa" align="center">
<td align="center"><input type="file" name="filea" onfocus="show()"> </FONT>
</td>
</tr>
<tr id="bbb" align="center">
<td align="center"><input type="file" name="fileb" onfocus="show()">
</td>
</tr>
<tr id="ccc" align="center">
<td align="center"><input type="file" name="filec" onfocus="show()"> </td>
</tr>
<tr id="ddd" align="center">
<td align="center"><input type="file" name="filed" onfocus="show()">
</td>
</tr>
<tr id="eee" align="center">
<td align="center"><input type="file" name="filee" onfocus="show()">
</td>
</tr>
<tr id="fff" align="center">
<td align="center"><input type="file" name="filef" onfocus="show()">
</td>
</tr>
<tr id="ggg" align="center">
<td align="center"><input type="file" name="fileg" onfocus="show()">
</td>
</tr>
<tr id="hhh" align="center">
<td align="center"><input type="file" name="fileh" onfocus="show()">
</td>
</tr>
<tr>
<td align="center">
<asp:Button id="btnSubmit" runat="server" Text="开始上传"></asp:Button>
</td>
</tr>
</table>
<TABLE id="showImage" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD id="imagea" width="25%"></TD>
<TD id="imageb" width="25%"></TD>
<TD id="imagec" width="25%"></TD>
<TD id="imaged" width="25%"></TD>
</TR>
<TR>
<TD id="imagee" width="25%"></TD>
<TD id="imagef" width="25%"></TD>
<TD id="imageg" width="25%"></TD>
<TD id="imageh" width="25%"></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">版权所有@雄鹰工作室:2007</td>
</tr>
<tr>
<td align="center">制作人:张俊华 联系地址:湖北宜昌</td>
</tr>
</table>
</form>
<script language="javascript">
function show()
{
if(Form1.filea.value!="")
{
imagea.innerHTML="<IMG height='140' width='120' src='"+Form1.filea.value+"'/>";
}
if(Form1.fileb.value!="")
{
imageb.innerHTML="<IMG height='140' width='120' src='"+Form1.fileb.value+"'/>";
}
if(Form1.filec.value!="")
{
imagec.innerHTML="<IMG height='140' width='120' src='"+Form1.filec.value+"'/>";
}
if(Form1.filed.value!="")
{
imaged.innerHTML="<IMG height='140' width='120' src='"+Form1.filed.value+"'/>";
}
if(Form1.filee.value!="")
{
imagee.innerHTML="<IMG height='140' width='120' src='"+Form1.filee.value+"'/>";
}
if(Form1.filef.value!="")
{
imagef.innerHTML="<IMG height='140' width='120' src='"+Form1.filef.value+"'/>";
}
if(Form1.fileg.value!="")
{
imageg.innerHTML="<IMG height='140' width='120' src='"+Form1.fileg.value+"'/>";
}
if(Form1.fileh.value!="")
{
imageh.innerHTML="<IMG height='140' width='120' src='"+Form1.fileh.value+"'/>";
}
}
function pro(http)
{
if(http.responseText == "have")
{
popmsg("你有未读邮件!!,请查收!!");
}
}
function BeiginClew()
{
send_request("AjaxMake/Clew.aspx");
}
setInterval("BeiginClew();", 5000);
</script>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -