Hvordan får jeg dette til at virke i mozilla mm.
Hvordan får jeg dette til at virke i mozilla mm.<html>
<head>
</head>
<body>
<script language=vbscript>
Function SearchTlf
if IsNumeric(document.all("tlf").value) = True and len(document.all("tlf").value) = 8 then
document.all("MyFrame").src = "http://www.kermit.dk/socket.asp?tlf=" & document.all("tlf").value
end if
End Function
</script>
<div align="left">
<table border="0" cellpadding="2" cellspacing="1" width="400">
<tr>
<td width="60" bgcolor="#ECEBEA"><font face="Verdana" size="1" color="#A61A1A"><b> Tlf</b></font></td>
<td width="336" bgcolor="#ECEBEA"><input type="text" name="tlf" size="20" style="position: relative; width: 100%" onkeyup="java script:SearchTlf();"></td>
</tr>
</table>
</div>
<iframe id="MyFrame" name="MyFrame" style="width: 0; height: 0;">
</body>
</html>