“Zmień element w iframe” Kod odpowiedzi

Zmień element w iframe

// so you got an iframe (id="myiframe"). In that page you have an element id="theprice" and you want to change its value
// from the parent page do this in your javascript:
var iframevar = document.getElementById('myiframe');
var elmnt = iframevar.contentWindow.document.getElementById("theprice");
elmnt.innerHTML = theNewPrice;
Poised Penguin

Zmień Iframe Src

Do not use Inquisitive Iguana's answer! Notice the spelling of facebook in https://facobook.com. Visiting the webpage downloads malware onto your system

Message from my antivirus on my mac: "We've blocked the threat URL:Mal on http://dt.gnpe.com/ptmd from being downloaded."
Misty Macaw

Odpowiedzi podobne do “Zmień element w iframe”

Pytania podobne do “Zmień element w iframe”

Więcej pokrewnych odpowiedzi na “Zmień element w iframe” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu