זה כל הקוד של העמוד
<html>
<head>
<style type="text/css">
.iframe
{
margin-bottom: 0px;
}
.space
{
margin-bottom: 0px;
}
.body1{
width:320px;
height:448px;
max-height:420px;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript">
function fade(link, img)
{
img.src=img.src.replace(".jpg", "click.jpg");
$('body').fadeOut(1500);
setTimeout("window.location ='" + link + "'",1500);
}
</script>
<title>Survey</title>
<meta http-equiv="Content-Type" name="viewport" content="text/html; width=320; charset=UTF-8">
</head>
<body class="body1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<iframe src="http://www.iatraf.co.il" class="space" style=" position: relative;" frameborder="no" height="448px" width="100%">
</iframe>
<input type="button" width="20px" height="20px" value="dfs" style=" position: relative; bottom: 44px; left: 3px;">
</body>
</html>