I am trying to get a link to open a iframe on the current page. Also I do not want the Iframe to be visable untill the user selects the link.
Currently I have this code but the i frame is is visable on the page and has a error.
Response.Write ("<a href=""form.asp?Int=" & recordsetAddressBook("Int") & "target=frame1"">")
<iframe name="FRAME1" width="730" height="360" frameborder="0"></iframe>
Please help!
The problem is in the basic formatting of your Response.Write.