“Modifier l'élément dans iframe” Réponses codées

Modifier l'élément dans 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

Changer 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

Réponses similaires à “Modifier l'élément dans iframe”

Questions similaires à “Modifier l'élément dans iframe”

Plus de réponses similaires à “Modifier l'élément dans iframe” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code