我有一個登錄頁面,Login.aspx,一個主頁面MainPage.aspx,主頁面中有2個iframe,左邊一個是菜單爛,右邊是一個信息欄,<td height="135" align="center" bgcolor="#f3ede5" valign="top"> <iframe name="I1" id="I1" width="165" height="500px" src="page/left.aspx" frameborder="0" scrolling="auto" style="background-color: #f3ede5;"></iframe> </td> <td rowspan="2" align="center" bgcolor="#f3ede5" colspan="3" valign="top" style="border-left-style: solid; border-left-width: 1px; border-left-color: #808080"> <iframe name="I4" id="I4" width="100%" frameborder="0" height="570px" src="welcome.htm" scrolling="auto" style="background-color: #f3ede5;"></iframe> </td>問題是 當我登錄進去后,forms驗證過期了,沒有自動跳轉(zhuǎn)到Login.aspx,只有右邊一個iframe中,跳到Login.aspx,左邊還是顯示原來的,請問這個怎么驗證判斷
添加回答
舉報
0/150
提交
取消