比如你登录成功设置一个标志(或者用Session)bLogin
<% If bLogin Then %>
<frameset col="50%,*">
   <frame src="f1.asp" scroll="yes">
   <frame src="f2.asp" scroll="yes">
</frame>
<% Else %>
<frameset col="50%,*">
   <frame src="f1.asp" scroll="no">
   <frame src="f2.asp" scroll="no">
</frame>
<% End If %>