Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2002, 23:33
Dekasegi
 
Fecha de Ingreso: diciembre-2001
Mensajes: 45
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Información del visitante

Este es larguisismo asi que lo envio en mas de un post.

================================================== =========
part 1
================================================== ============

<script LANGUAGE="JavaScript">

<!-- begin

function display() {

window.onerror=null;

colors = window.screen.colorDepth;

document.form.color.value = Math.pow (2, colors);

if (window.screen.fontSmoothingEnabled == true)

document.form.fonts.value = "Yes";

else document.form.fonts.value = "No";

document.form.colordepth.value = window.screen.colorDepth;

document.form.width.value = window.screen.width;

document.form.height.value = window.screen.height;

document.form.maxwidth.value = window.screen.availWidth;

document.form.maxheight.value = window.screen.availHeight;

if (navigator.javaEnabled() < 1) document.form.java.value="No";

if (navigator.javaEnabled() == 1) document.form.java.value="Yes";

if(navigator.javaEnabled() && (navigator.appName != "Microsoft Internet Explorer")) {

vartool=java.awt.Toolkit.getDefaultToolkit();

addr=java.net.InetAddress.getLocalHost();

host=addr.getHostName();

ip=addr.getHostAddress();

document.form.hostip.value = "Your host name is '" + host + "'\nYour IP address is " + ip;

}

}

// end -->

</script>
<script LANGUAGE="JavaScript1.0">

<!-- Begin

jsver = "1.0";

// End -->

</script>
<script LANGUAGE="JavaScript1.1">

<!-- Begin

jsver = "1.1";

// End -->

</script>
<script Language="JavaScript1.2">

<!-- Begin

jsver = "1.2";

// End -->

</script>
<script Language="JavaScript1.3">

<!-- Begin

jsver = "1.3";

// End -->

</script>
<script LANGUAGE="JavaScript">

//original by javascripts source
//modified, improved and added to by a1javascripts.com

<!-- Begin

var timerID = null;

var timerRunning = false;

function stopclock (){

if(timerRunning)

clearTimeout(timerID);

timerRunning = false;

}

function showtime () {

var now = new Date();

var hours = now.getHours();

var minutes = now.getMinutes();

var seconds = now.getSeconds()

var timeValue = "" + ((hours >12) ? hours -12 :hours)

if (timeValue == "0") timeValue = 12;

timeValue += ((minutes < 10) ? ":0" : ":") + minutes

timeValue += ((seconds < 10) ? ":0" : ":") + seconds

timeValue += (hours >= 12) ? " P.M." : " A.M."

document.clock.face.value = timeValue;

timerID = setTimeout("showtime()",1000);

timerRunning = true;

}

function startclock() {

stopclock();

showtime();

}

// End -->

</script>

<embed src="http://www.iespana.es/dekasegi/copright.swf" height=24 width=78>
</embed>