Pogledajte određenu poruku
Staro 12. 12. 2011.   #12
AdriaMart
expert
Expert
 
Avatar AdriaMart
 
Datum učlanjenja: 15.03.2011
Poruke: 518
Hvala: 16
20 "Hvala" u 17 poruka
AdriaMart is on a distinguished road
Default

Mislis ovako:


<?php
$URL = "http://devprotalk.com";

$domain = file_get_contents($URL);

echo $domain;
?>
... ...

<html>
<head>
<title>Test</title>
</head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<script>

$(document).ready(function(){
cleanit = setInterval ( "cleaning()", 500 );
});

function cleaning(){
if($('#frametest').contents().find('.selector').ht ml() == "somthing"){
clearInterval(cleanit);
$('#selector').contents().find('.Link').html('idea te tech');
}
}

</script>

<body>
<iframe name="frametest" id="frametest" src="http://domen.com/iframe_strana.php" ></iframe>
</body>
</html>


ali probao sam ne ide
__________________
I'm not sexy and I know IT!
AdriaMart je offline   Odgovorite uz citat