?? edit_sale.asp
字號:
<!--#include file="../checkuser.asp" -->
<%
m_ver = Trim(request("ver"))
if m_ver="cn" then
tmpstr_t="[中文版]"
elseif m_ver="en" then
tmpstr_t="[英文版]"
else
response.write "錯誤訪問頁面,請重試"
response.end
End If%>
<!--#include file="../../Include/db_conn.asp" -->
<!--#include file="../../Include/pub_func.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改信息</title>
<script language="javascript">
function openscriphtml(formname){
if (navigator.appName!="Microsoft Internet Explorer")
alert("此功能 Netscape 用戶不能使用!")
else
{newwin=window.open('htmledit/editor.html','','width=640,height=450,status=1');
newwin.focus();
newwin.execScript("var formID='form1.content';");
}
}
function checkform(){
if (document.form1.title.value==""){
alert("信息名稱不能為空!請填寫!");
document.form1.title.focus();
return false;
}
if (document.form1.content.value ==""){
alert("信息內容不能為空!請填寫!");
document.form1.content.focus();
return false;
}
document.form1.action="add_sale_ok.asp";
document.Form1.target="";
}
function preview()
{
document.form1.action="preview.asp";
document.Form1.target="_blank";
document.form1.submit();
}
</script>
<link href="../include/styles.css" rel="stylesheet" type="text/css">
</head>
<%
id=request("id")
set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from ys_sale where id ="& id &"",conn,1,1
%>
<div align="center"><img src="../images/Snapadd_sale.jpg" width="580" height="495"></div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -