Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje29-08-2008, 21:56 (UTC)    
Título del mensaje: Diferencia navegador. (JavaScript + HTML)

<html>
<head>
<title>Chat Online!</title>
</head>

<body">

<script language="Javascript">
if (navigator.appName=="Netscape")
document.write('<iframe src="http://www.bearpole.com.ar/chater.html" width="400" height="500" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_top"></iframe>');
else
window.alert("Lo lamentamos pero este chat es solo para usuarios con Netscape")
</script>
</body>
</html>
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group