PHP beginner |
|
function code() {
var htmlCode = document.getElementById('iframe').contentWindow.document.body.innerHTML;
document.getElementById("code").value = htmlCode;
}
function code() { var htmlCode = document.getElementById('iframe').contentWindow.document.body.innerHTML; document.getElementById("code").value = htmlCode; }
verandert in
function test() {
var htmlCode = document.getElementById('iframe').contentWindow.document.body.innerHTML;
document.getElementById("code").value = htmlCode;
}
function test() { var htmlCode = document.getElementById('iframe').contentWindow.document.body.innerHTML; document.getElementById("code").value = htmlCode; }
toen deed hij het plots wel ,wel raar maar ja het werkt ! |