|
<script>
|
|
document.addEventListener("DOMContentLoaded", function(){
|
|
document.getElementById('a').click();
|
|
window.frames[0].document.body.appendChild(document.getElementById('b'));
|
|
});
|
|
</script>
|
|
<cite id='b'>
|
|
<label>
|
|
<input/>
|
|
<strong id='a'></strong>
|
|
<iframe>
|