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

Ultima parte de los tres:

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>The
Application code of your browser is:</font></font></font></td>

<td BGCOLOR="#999999"><script>

document.write(navigator.appCodeName)

</script>
<script>

<!--

var version = 0;

if

(navigator.userAgent.indexOf("Mozilla/4.73") != -1) document.write("4.73");

else if

(navigator.userAgent.indexOf("Mozilla/4.72") != -1) document.write("4.72");

else if

(navigator.userAgent.indexOf("Mozilla/4.7") != -1) document.write("4.7");

else if

(navigator.userAgent.indexOf("Mozilla/4.61") != -1) document.write("4.61");

else if

(navigator.userAgent.indexOf("Mozilla/4.5") != -1) document.write("4.5")

else if

(navigator.userAgent.indexOf("Mozilla/4") != -1) document.write("4.0");

else if

(navigator.userAgent.indexOf("Mozilla/3") != -1) document.write("3.0");

else if

(navigator.userAgent.indexOf("Mozilla/2") != -1) document.write("2.0");

else document.write("version undetermined");



// -->

</script>
</td>
</tr>

<tr BGCOLOR="#999999">
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>The
Language of Your Browser is:</font></font></font></td>

<td><script language="javascript">document.write( navigator.browserLanguage)</script>
</td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>You
arrived at this page from URL:</font></font></font></td>

<td BGCOLOR="#999999"><script Language="JavaScript">

<!--

document.write(""+ document.referrer +"" )

//-->

</script>
</td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Your
Javascript Version:</font></font></font></td>

<td BGCOLOR="#999999"><script LANGUAGE="JavaScript">

<!-- Begin

document.write("" + jsver + "")

// End -->

</script>
</td>

<td>
<center><form name=form></center>
</td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Arial,Helvetica"><font color="#FFFFFF"><font size=-1>Hmm,
Cookies?</font></font></font></td>

<td BGCOLOR="#999999"><script Language="JavaScript">

<!-- hide script from non compliant broswers

var oneDay= 1*24*60*60*1000;

var expDate = new Date();

expDate.setTime (expDate.getTime() + oneDay);

var cookieExpires = expDate.toGMTString();

document.cookie="verifyCookie=test; expires="+cookieExpires

if (document.cookie.length>0)

document.write("Your browser supports cookies.");

else {

document.write("Your browser doesn't support cookies, ")

document.write("or they're currently disabled.");

document.write(document.cookie.substring(0,documen t.cookie.length)+"<BR><BR>") ;

}

document.cookie="verifyCookie=CLEAR; expires=Sun, 09-Nov-97 01:00:00 GMT";

//-->

</script>
</td>

<td></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Java
Enabled:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=3 maxlength=3 name=java></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Arial,Helvetica"><font color="#FFFFFF"><font size=-1>You
Have Been Here:</font></font></font></td>

<td BGCOLOR="#999999"><script language="Javascript">
<!--

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}
return null;
}

function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}

function DeleteCookie(name) {
var exp = new Date();
FixCookieDate (exp); // Correct for Mac bug
exp.setTime (exp.getTime() - 1); // This cookie is history
var cval = GetCookie (name);
if (cval != null)
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}

var expdate = new Date();
var num_visits;
expdate.setTime(expdate.getTime() + (5*24*60*60*1000));
if (!(num_visits = GetCookie("num_visits")))
num_visits = 0;
num_visits++;
SetCookie("num_visits",num_visits,expdat e);
//-->
</script>
<script language="Javascript">
<!--

document.write(num_visits+" times");
//-->

</script>
</td>

<td></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Host/IP:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=60 maxlength=100 name=hostip></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Current
Resolution:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=4 maxlength=4 name=width>x <input type=text size=4 maxlength=4 name=height></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Max
Resolution:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=4 maxlength=4 name=maxwidth>x <input type=text size=4 maxlength=4 name=maxheight></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Color
Depth:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=2 maxlength=2 name=colordepth>bit</td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Number
of Colors:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=8 maxlength=8 name=color></td>
</tr>

<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Anti-aliasing
fonts:</font></font></font></td>

<td BGCOLOR="#999999"><input type=text size=3 maxlength=3 name=fonts></td>

<td>
<center></form></center>
</td>
</tr>

<tr>
<td VALIGN=TOP BGCOLOR="#000099"><font face="Arial,Helvetica"><font color="#FFFFFF"><font size=-1>You
Have The Following Plugins Installed:</font></font></font></td>

<td BGCOLOR="#999999"><script language="JavaScript">
<!--
if(navigator.plugins.length > 1){
for(var i=0; i < navigator.plugins.length; i++){
document.write( "<li>" +navigator.plugins.name + "\n")
}
document.write("</ul>")
}
//-->
</script></td>

<td></td>
</tr>

<tr>
<td></td>
</tr>
</table></center>
<!-- -->


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