如何Response.Redirect新的頁面到指定的框架中(轉(zhuǎn))
發(fā)表時(shí)間:2024-01-22 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]如何Response.Redirect新的頁面到指定的框架中 2000年10月31日 In the file that you wish to show up in the frame, add this line after the <BODY> tag:<BASE TARGE...
如何Response.Redirect新的頁面到指定的框架中
2000年10月31日
In the file that you wish to show up in the frame, add this line after the <BODY> tag:
<BASE TARGET="framename">
Then when you Response.Redirect to this ASP file, its contents will appear in the frame named "framename".