add_action('wp_ajax_ajtestiframe','testiframe');
<?php
operate testiframe() {
?>
<head>
<fashion>
.aatest1 {shade:crimson;}
</fashion>
</head>
<span class="aatest1">It is a check</span><br>
<?php
echo 'That is my iframe content material<br>';
var_dump($_GET);
}
wp_die();
?>