Tengo el siguiente iframe
Código:
y el siguiente botón <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>
Código:
con el siguiente código en vb<asp:Button ID="Button1" runat="server" Text="Button" />PUBLICITAT
Código:
¿Cómo puedo decirle que me cambie la url del iframe?Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click me.Iframe.??????? End Sub
Mil gracias