You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DownLoad.aspx.cs" Inherits="DSWeb.tools.DownLoad" %>
|
||
|
|
||
|
<!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 runat="server">
|
||
|
<title>无标题页</title>
|
||
|
<script type="text/javascript">
|
||
|
function downAction(){
|
||
|
window.open("setup.rar");
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div>
|
||
|
<table style="width:260px; height:160px;">
|
||
|
<tr>
|
||
|
<td width="50px;"><div style="width:50px;" onclick="downAction()"><img src="../images/download.gif" /></div></td>
|
||
|
<td width="140px;"><div style="width:140px; cursor:printer;" onclick="downAction()">下载报表工具</div></td>
|
||
|
<td width="60px;"><div style="font-size:12px; padding-left:20px;width:60px;"><a href="setup.rar" style="text-decoration:none">下载</a></div></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="50px;"><div style="width:50px;" onclick="downAction()"><img src="../images/chrome.png" /></div></td>
|
||
|
<td width="140px;"><div style="width:140px; cursor:printer;">下载CHROME浏览器</div></td>
|
||
|
<td width="60px;"><div style="font-size:12px; padding-left:20px;width:60px;"><a href="http://w.x.baidu.com/alading/anquan_soft_down_ub/14744" style="text-decoration:none">下载</a></div></td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|