深圳網(wǎng)站制作教您利用表單創(chuàng)建word文檔
發(fā)表日期:2012-01-05 17:49:00 文章編輯: 瀏覽次數(shù):
深圳網(wǎng)站制作教您如何通過表單創(chuàng)建word文檔
首先創(chuàng)建一個表單,隨便建一個文件名稱。
ybx.html
Name:
Email:
Comments:
處理表單的ASP程序
word_create.asp
<% strName = Request.Querystring("Name")
strEmail = Request.Querystring("Email")
strComments = Request.Querystring("Comments")
%>
親愛的
我的EMAIL是:
我的網(wǎng)站建設(shè)內(nèi)容是: