當前位置:首頁 » 操作系統 » 審批asp源碼

審批asp源碼

發布時間: 2022-08-15 03:13:29

❶ 哪裡有免費的項目報備系統可以下載asp源碼

這個很容易找,你網路搜多:asp 源碼
滿世界都是。

❷ 有不有編輯分級別審批、文章審核的程序(asp源碼)的

一般的CMS都有這樣的功能,比如動易

❸ asp網站源代碼是如何下載的

這些代碼是作者寫出來放到網上的,不是從一個用這個系統的網站上下載的,asp的源代碼在一般情況下是沒有辦法下載的。

❹ 誰介紹幾個好的asp源碼下載網站論壇也可以

1、源碼之家
2、代碼中國網
3、源碼天下
4、站長網
5、源碼網
6、中國站長下載-源碼下載
7、ASP300
8、ASP酷程序下載中心
9、洪越源代碼
10、114軟體源碼下載
11、中國代碼網
12、曾子源碼軟體下載
13、鋒網源碼
15、中華源碼網
16、源碼愛好者
18、動站源碼下載
20、CodeGuru - Visual C++

❺ 求ASP源代碼

來這里下載多的是

http://down.chinaz.com/L/1_Lastuptime_Desc_1.asp

❻ 求一個簡潔漂亮的asp源碼網站程序

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="admin.aspx.vb" Inherits="Mboard.admin"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>留言管理</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<SCRIPT language="JavaScript">
//展開和關閉時候顯示/隱藏子表信息
function showDiv(img,div)
{
var picName = img.src;
picName = picName.substring(picName.lastIndexOf("/")+1);
if (picName.toLowerCase() == "open.gif")
{
div.style.display ="block";
img.src = "image/close.gif";
}
else
{
div.style.display ="none";
img.src = "image/open.gif";
}
}

function AddRemoveValues(oChk)
{
//在處理這個地方需要注意的是:你保存的值應該具有唯一性,這樣才能不會替換錯誤的項。
if(oChk.checked)
Form1.HdnSelectedValues.value += "," + oChk.value;
else
Form1.HdnSelectedValues.value = Form1.HdnSelectedValues.value.replace("," + oChk.value,"");
}
</SCRIPT>
</HEAD>
<body background="image/bookbg.gif" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋體">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 80px; WIDTH: 797px; POSITION: absolute; TOP: 8px"
cellSpacing="0" cellPadding="0" width="797" align="center" border="0">
<TR>
<TD style="FONT-SIZE: 20px; COLOR: #505050; HEIGHT: 16px" align="center" vAlign="top"><b>後台管理</b><br>
<HR width="100%" color="#000066" SIZE="2">
<TABLE id="Table2" style="WIDTH: 600px; HEIGHT: 16px" cellSpacing="0" cellPadding="0" width="600"
border="0">
<TR>
<TD align="center"><A href="admin.aspx">留言管理</A>
</TD>
<TD align="center"><A href="changepsw.aspx">修改密碼</A></TD>
<TD align="center"><A href="logout.aspx">退出登錄</A></TD>
</TR>
</TABLE>
<br>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="760" border="0">
<TR>
<TD vAlign="top" align="center"><asp:datagrid id="dgword" runat="server" Width="656px" AutoGenerateColumns="False" BackColor="#FFFFF6"
Height="96px" ShowHeader="False" Font-Size="9pt" AllowPaging="True" OnPageIndexChanged="dgword_SelectedIndexChanged" OnItemCommand="dgword_DeleteComand">
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
<ItemStyle ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE height="1" width="767" border="0">
<TR>
<TD width="30">
<asp:Label id=LblId Font-Size="9pt" Visible="False" Height="4px" text='<%# DataBinder.Eval(Container.DataItem,"id")%>' Runat="server">
</asp:Label>
<asp:Image id="ImgOpen" style="CURSOR: hand" open="true" Runat="server" ImageUrl="image/open.gif"></asp:Image></TD>
<TD align="left" width="300">
<INPUT type="checkbox" onClick="AddRemoveValues(this)" value='<%#DataBinder.Eval(Container.DataItem,"id")%>' NAME="chkSelect">
<asp:Label id="Label1" runat="server" Font-Size="9pt">留言人:</asp:Label>
<asp:Label id=LblName Font-Size="9pt" Text='<%# DataBinder.Eval(Container.DataItem,"Name")%>' Runat="server">
</asp:Label></TD>
<TD align="left" width="317">
<asp:Label id="Label3" runat="server" Font-Size="9pt">日期:</asp:Label>
<asp:Label id=Label4 runat="server" Font-Size="9pt" Text='<%# DataBinder.Eval(Container.DataItem,"date")%>'>lbltime</asp:Label></TD>
<TD align="right" width="120">
<asp:LinkButton id="LbtnDel" Font-Size="9pt" Text="刪除" Runat="server" CommandName="Delete"></asp:LinkButton></TD>
</TR>
<TR>
<TD align="center" bgColor="#fefefe" colSpan="4">
<asp:Panel id="PnlContent" style="DISPLAY: none" BackColor="Silver" Border="0" Runat="server">
<table width="660" cellpadding="2" cellspacing="1" border="0" bgcolor="#3a97eb" style="FONT-SIZE: 9pt; WORD-BREAK: break-all">
<tr bgcolor="#ffffff">
<td height="120" width="120" rowspan="2" align="center" valign="top">
<%# DataBinder.Eval(Container.DataItem,"img")%>
<br>
<br>
<%# DataBinder.Eval(Container.DataItem,"name")%>
<br>
<br>
<%# DataBinder.Eval(Container.DataItem,"date")%>
</td>
<td height="25">
<%# DataBinder.Eval(Container.DataItem,"title")%>
</td>
</tr>
<tr bgcolor="#ffffff">
<td height="95" valign="top" rowspan="1" colspan="1">
<%# DataBinder.Eval(Container.DataItem,"message")%>
</td>
</tr>
</table>
</asp:Panel></TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#000066" Position="TopAndBottom" BackColor="White"
Mode="NumericPages"></PagerStyle>
</asp:datagrid>
<asp:Button id="btndel" runat="server" Text="刪除所選項"></asp:Button></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<INPUT id="HdnSelectedValues" type="hidden" name="HdnSelectedValues" runat="server">
</FONT>
</form>
</body>
</HTML>

❼ 求完整源碼, asp 修改並轉發變數

<%
'下面是獲取連接路徑傳過來的參數值
a1=request.QueryString("a1")
a2=request.QueryString("a2")
a3=request.QueryString("a3")

'不知道你的轉出路徑參數值是否有規律,我就不寫怎麼更換變數值了,只寫轉出路徑

'方法一:直接轉出
response.Redirect("/mulu2/post.asp?a1=6666&a2=12345&a3=77777")
response.end

'方法二:有提示轉出
response.Write "<script>alert('點擊確定我就轉出了'),location.href='/mulu2/post.asp?a1=6666&a2=12345&a3=77777';</script>"
response.end
%>

❽ 怎樣查看一個網站的ASP網頁源碼

.......你說的那個是98年前的BUG了吧...都過了近10年了..................................

熱點內容
安卓網路編程怎麼用 發布:2025-01-16 03:04:45 瀏覽:899
湖南it伺服器怎麼樣 發布:2025-01-16 03:01:01 瀏覽:248
圖中兩種配置哪個好 發布:2025-01-16 02:59:28 瀏覽:582
如何解開密保密碼 發布:2025-01-16 02:57:44 瀏覽:23
中國銀行查詢密碼是什麼 發布:2025-01-16 02:33:20 瀏覽:794
堅果pro錄音文件夾 發布:2025-01-16 02:31:46 瀏覽:942
支付寶的登錄密碼忘記了如何改 發布:2025-01-16 02:30:30 瀏覽:224
解壓作業泥 發布:2025-01-16 02:28:02 瀏覽:810
我的世界rpg伺服器空島 發布:2025-01-16 02:26:49 瀏覽:93
ps腳本函數 發布:2025-01-16 02:15:28 瀏覽:484