<script type="text/javascript">
window.onload = function (){
document.getElementById('frame1').removeAttribute("alt")
}
function Vario(a){
if(!a.getAttribute("alt")){
a.style.display='block'
}}
</script>
<a href="http://javascript.ru/forum/" target=frame1>Клик</a><br /><br />
<iframe id="frame1" name=frame1 style="display:none" alt="0" onload="Vario(this)"></iframe>