chatform.asp % If Request.Form ("Opinion")="" then ShowForm() else if Session("AA")="" then NewUser() GoAhead() else GoAhead() end if end if %> % Sub ShowForm() %>
html>body bgcolor=FFFFFF> center> form method=post action=chatform.asp> table border=0>tr>td> % if Session("AA")="" then %> 选择名字或昵称 input type=text name=Name size=20>BR> 输入您的看法 % else %> % =Session("AA") %> % end if %> input type=text size=60 name=Opinion value="% =request.form("Opinion") %>">BR> input type=submit value="提交"> /td>tr>/table> /form> /center> /body>/html>