<td><iframe width="100%" heigh="100%" src=
<% switch(action)
            case "abc":
            Response.Write("abc.asp");
         case "bcd":
             Response.Write("bcd.asp");
%>
<iframe></td>