在当前页面中打开带有链接的iframe

时间:2012-03-19 22:19:11

标签: html iframe hyperlink

我正在尝试获取在当前页面上打开iframe的链接。此外,我不希望iframe可见,直到用户选择链接。

目前我有这个代码但是i框架在页面上是可见的并且有错误。

Response.Write ("<a href=""form.asp?Int=" & recordsetAddressBook("Int") & "target=frame1"">")

<iframe name="FRAME1" width="730" height="360" frameborder="0"></iframe> 

请帮忙!

1 个答案:

答案 0 :(得分:0)

问题在于Response.Write的基本格式。

Response.Write ("<a href=""form.asp?Int=" & recordsetAddressBook("Int") & """ target=""frame1"">")