|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
对用户来说可预见费用、节约费用,可以做到花少钱办大事。由于省去了购买软件和硬件等的前期费用,用户可以租用较高级的应用软件。ASP的收费是根据软件的类型、客制化程度、用户数量、服务期限来定的,对客户来说这笔费用是可以预见的。方便于客户应用软件的升级。数据|数据库|收集<html>
<head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>发送信息</title>
<scriptlanguage=javascript>
<!--
functionchecks(theform){
if(theform.word.value=="")
{
alert("请任意说几句。");
theform.word.focus();
returnfalse;
}
returntrue;}
//-->
</script>
</head>
<body>
<br><%
username=request("username")
%>
<formmethod="post"name=formonSubmit="returnchecks(form)"action="SubmitMessage.asp">
<tableborder="1"cellspacing="1"style="border-collapse:collapse"bordercolor="#111111"width="450"id="AutoNumber1"align="center">
<tr>
<tdwidth="437"colspan="2"height="14"><b><fontsize="3">发送短动静</font></b></td>
</tr>
<tr>
<tdwidth="50">传呼工具</td>
<tdwidth="387">
<inputtype="text"name="userid"size="15"value=<%=username%>readonly>
</td>
</tr>
<tr>
<tdwidth="50"valign="top">传呼信息</td>
<tdwidth="382">
<TEXTAREAname=wordcols=40rows="5"></TEXTAREA>
</td>
</tr>
<tr>
<tdwidth="50"> </td>
<tdwidth="387">输出的汉字不要凌驾<fontcolor="#FF0000">200</font>个汉字</td>
</tr>
<tr>
<tdwidth="444"align="center"colspan="2">
<inputtype="submit"value="传呼"name="B1">
<inputtype="reset"value="重写"name="B2">
<inputtype="button"value="封闭窗口"onclick=Javascript:window.close()name="B3">
</td>
</tr>
</table>
<p> </p>
</form>
</body>
</html></p>ASP在国内异常流行,因为国内大多使用的是盗版的Windows和盗版的SQLServer,而ASP+COM+SQLServer实际上也是一种不错的搭配,其性能也不输于PHP+MYSQL,特别是Windows系统和SQLServer都有图形界面,比APACHE和MYSQL易于维护,因此对于不重视知识产权的国家来说也是一种不错的选择。 |
|