ishk
Resultados
1
preguntas formuladas por
ishk
Cómo seleccionar un elemento dentro del iframe usando document.getElementById
6
respuestas
93
votos
221.9k
vistas
tengo uno iframecomo este <iframe name="myframe1" id="myframe1" width="100%" height="100%" src="a.html"> <html> <head></head> <frameset name="myframe2" cols="0%, 100%" border="0" frameBorder="0" frameSpacing="0"> <frame name="page1" src="c.html" scrolling="no"></frame> <frame name="page2" src="d.html" > <html> <head></head> <body