?? saedit.asp
字號:
document.submitinput.Mail.focus();
return false;
}
rphtml('Company','Name','Introduction','Example','Sadd','Phone','Fax','Web','Mail','Chairman','Market','Area','State');
MM_validateForm('Smoney','','RisNum','Mans','','NisNum');
if(document.MM_returnValue)
{
document.submitinput.submit();
};
return false;
document.all.submitinput.submit();
}
</script>
</head>
<body onLoad="document.submitinput.Company.focus()">
<form name="submitinput" action="sasave.asp?opFlag=<%=opFlag%>&Number=<%=Number%>" method="post" >
<!-- #include file="../inc/title.asp" -->
<table cellspacing=1 cellpadding=2 width="95%" bgcolor=<%=Session("vtablebordercolor")%> border=0 class=vtext align="center" height="658">
<tr>
<td width="130" align="right" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">公司名稱(N):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<p align="left">
<input id="公司名稱" name="Company" type="text" class=css0 style="width=60%" value="<%if opFlag="cmdAddNew" then response.write("") else response.write(rs("Company"))%>" size="17" accesskey="n" onKeyDown=gonext("Smoney") ><% if opFlag<>"cmdEdit" then%><select name="Companylist" size="1" class=css0 style="width=40%" onChange="setvalue(this.name,'Company');document.submitinput.Smoney.focus()">
<option >----請選擇-----</option>
<%=Companylist%>
</select><%end if%>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">注冊資金(Z):</td>
<td bgcolor=<%=Session("vcolcolor")%> width="257" height="25">
<input id="注冊資金" name="Smoney" type="text" value="<%=rs("Smoney")%>" style="width=70%" class=css0 size="20" accesskey="z" onKeyDown=gonext("Mans") onKeyPress=checkkey()>萬元
</td>
<td width="100" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">公司規模(G):</td>
<td width="192" bgcolor=<%=Session("vcolcolor")%> height="25">
<input id="公司規模" name="Mans" type="text" value="<%=rs("Mans")%>" style="width=70%" class=css0 size="17" accesskey="g" onKeyDown=gonext("Market") onKeyPress=checkkey()>人
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">市場定位(L):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="市場定位" name="Market" type="text" value="<%=rs("Market")%>" style="width=100%" class=css0 size="54" accesskey="l" onKeyDown=gonext("State")>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">經營狀況(T):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="經營狀況" name="State" type="text" value="<%=rs("State")%>" style="width=100%" class=css0 size="54" accesskey="t" onKeyDown=gonext("Model")></td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">經營模式(M):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25" >
<select name="Model" size="1" accesskey="m" onKeyDown=gonext("Sadd") onChange="document.submitinput.Sadd.focus()">
<option value="股份有限責任公司" selected>股份有限責任公司</option>
<option value="有限責任公司">有限責任公司</option>
<option value="國有股份企業">國有股份企業</option>
<option value="中外合資企業">中外合資企業</option>
<option value="外資獨資企業">外資獨資企業</option>
</select></td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">公司地址(D):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="公司地址" name="Sadd" type="text" style="width=100%" class=css0 value="<%=rs("Sadd")%>" size="35" accesskey="d" onKeyDown=gonext("Phone")>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">聯系電話(P):</td>
<td bgcolor=<%=Session("vcolcolor")%> width="257" height="25">
<input id="聯系電話" name="Phone" type="text" value="<%=rs("Phone")%>" size="23" style="width=100%" class=css0 accesskey="p" onKeyDown=gonext("Fax") >
</td>
<td width="100" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">傳真(F):</td>
<td width="192" bgcolor=<%=Session("vcolcolor")%> height="25">
<input id="傳真" name="Fax" type="text" value="<%=rs("Fax")%>" size="18" style="width=100%" class=css0 accesskey="f" onKeyDown=gonext("Mail") >
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">
<p align="right">電子郵件(E):</p>
</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="電子郵件" name="Mail" type="text" value="<%=rs("Mail")%>" size="36" style="width=100%" class=css0 accesskey="e" onKeyDown=gonext("Web")>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">公司網址(W):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="公司網址" name="Web" type="text" value="<%=rs("Web")%>" size="36" style="width=100%" class=css0 accesskey="w" onKeyDown=gonext("Area")>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="25">經營范圍(A):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="25">
<input id="經營范圍" name="Area" type="text" value="<%=rs("Area")%>" size="20" style="width=100%" class=css0 accesskey="a" onKeyDown=gonext("Name")>
</td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="81">
<p align="right">產品對比(J):</p>
</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="81">
<textarea rows=6 id="產品對比" name="Name" cols="65" style="width=100%" class=css0 accesskey="j" onKeyDown=gonext("Introduction")><%=rs("Name")%></textarea></td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="81">公司簡介(I):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="81">
<textarea id="公司簡介" rows=6 name="Introduction" cols="65" style="width=100%" class=css0 accesskey="i" onKeyDown=gonext("Chairman")><%=rs("Introduction")%></textarea></td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="81">核心人物介紹(R):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="81">
<textarea id="核心人物介紹" rows=6 name="Chairman" cols="65" style="width=100%" class=css0 accesskey="r" onKeyDown=gonext("Example")><%=rs("Chairman")%></textarea></td>
</tr>
<tr>
<td align="right" width="130" bgcolor=<%=Session("vtabletitlebackcolor")%> height="81">成功案例(C):</td>
<td colspan="3" bgcolor=<%=Session("vcolcolor")%> width="571" height="81">
<textarea id="主要業績" rows=6 name="Example" cols="65" style="width=100%" class=css0 accesskey="c" ><%=rs("Example")%></textarea>
</td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width=390 border=0 align="center">
<tr>
<td width="388">
<p align=center>
<br>
<button class=vinputbutton style="height=24" onClick="oninput();"><img src="../images/save.gif" align="absmiddle"> 保存</button>
<button class=vinputbutton style="height=24" onClick="javascript:history.go(-1);"><img src="../images/back.gif" align="absmiddle"> 返回</button>
</p>
<p> </p>
</td>
</tr>
</table>
</form>
<% rs.close
set rs=nothing
%>
</body>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -