Hola amigos!!!
Tengo el siguiente iframe
Código:
<IFRAME id="IFrame" name="I1" align="right" marginWidth="0" src="index.aspx" target="iframe_content" frameBorder="0" width="575" height="365" runat="server">El explorador no admite los marcos flotantes o no está configurado actualmente para mostrarlos. </IFRAME>
y el siguiente botón
Código:
<asp:Button ID="Button1" runat="server" Text="Button" />PUBLICITAT
con el siguiente código en vb
Código:
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
me.Iframe.???????
End Sub
¿Cómo puedo decirle que me cambie la url del iframe?
Mil gracias