如何通過(guò)表單創(chuàng)建一個(gè)Word?
更新時(shí)間:2006年11月16日 00:00:00 作者:
docform.htm
姓名: <input type="text" name="Name" size="50" maxlength="100">
電子郵件: <input type="text" name="Email" size="50" maxlength="100">
<p>內(nèi)容:<textarea cols="50" rows="10" name="comments"></textarea>
<input type="submit" value="提交"> <p>
</form>
doccreate.asp
<% Response.ContentType = "application/msword" %>
<html>
<% strName = Request.Querystring("Name")
strEmail = Request.Querystring("Email")
strComments = Request.Querystring("Comments")
%>
<head>
</head>
<body>
<p align="right"><%=formatdatetime(now,2)%></p>
<%= strname %>:
我的電子郵件是: <%= stremail %>
內(nèi)容是: <%= strComments %>
</body></html>
[1]
相關(guān)文章
怎樣避免直接在地址欄敲入U(xiǎn)RL即可繞過(guò)登錄頁(yè)的錯(cuò)誤?
怎樣避免直接在地址欄敲入U(xiǎn)RL即可繞過(guò)登錄頁(yè)的錯(cuò)誤?...2006-11-11如何正確顯示數(shù)據(jù)庫(kù)里同時(shí)存在的GB碼和BIG5碼?
如何正確顯示數(shù)據(jù)庫(kù)里同時(shí)存在的GB碼和BIG5碼?...2006-11-11可以讓程序告訴我詳細(xì)的頁(yè)面錯(cuò)誤和數(shù)據(jù)庫(kù)連接錯(cuò)誤嗎?
可以讓程序告訴我詳細(xì)的頁(yè)面錯(cuò)誤和數(shù)據(jù)庫(kù)連接錯(cuò)誤嗎?...2006-11-11