明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺(tái)!

如何Response.Redirect新的頁(yè)面到指定的框架中(轉(zhuǎn))

[摘要]如何Response.Redirect新的頁(yè)面到指定的框架中 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新的頁(yè)面到指定的框架中
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".