Wow... the let just anybody program now a days.

Code:
<%
  If Response.Form("Wpage") <> "" Then
    %>
      <tr>
        <td>
          <%=Request.Form("Wpage")%>
        </td>
      </tr>
    <%
  End If
%>
That is a lot of context switching, but it works.