TO binbin50(彬彬):我是计划在一个页面中实现下面功能:
<% if session("direct")="index.asp" then %>
<th height="96"><!--#include file="content.asp"--></th>
<% elseif session("direct")="essay.asp" then %>
<th height="96">essay.asp</th>
<% else %>
<th height="96"><%response.Write(session("direct")) %></th>
<% end if %>
所以,我想这样做,呵呵,