Php ile bir iframe İçeriğini Tasarruf hata

0 Cevap php
var htmll = $("#iframe1").html();
alert(htmll);
$("#myTextarea")
         .val(htmll)
         .parents("form")
         .submit();

Ben alıyorum

alert (html1);

as blank. The location of iframe in the HTML is

<body>
<iframe id="iframe1" src="load.php?sinput=<?php echo $_GET['sinput'] ?>" > </iframe>
</body>

0 Cevap