<%
dim productid
productid=Request("id")
if (productid="") then
response.redirect "index.asp"
Response.end
end if
dim strUrlGo
strUrlGo="/Comment.asp?id="&productid
%>
本网站的首页是index.asp,配置好环境后进行主页的运行。可以实现功能需求,包括用户登录和注册,花束的分类,用户信息,用户咨询,故事订花等。图5.1为网站主界面。(注: 图5.1 源于网站系统截图)