<% If Request.Form ("Opinion")="" then ShowForm() else if Session("AA")="" then NewUser() GoAhead() else GoAhead() end if end if %> <% Sub ShowForm() %>
<% if Session("AA")="" then %>
Nombre
Opinion
<% =Session("AA") %>
">
<% else %>
<% =Session("AA") %>
<% end if %>