/ Forside/ Teknologi / Udvikling / Java Scripts / Tip
Login
Glemt dit kodeord?
Brugernavn

Kodeord


Reklame
Top 10 brugere
Java Scripts
#NavnPoint
molokyle 5410
Klaudi 2799
smorch 2439
kim 1360
Harlekin 1134
bentjuul 984
gibson 800
severino 695
Random 675
10  konsulent.. 626
Properties
Tumlehund har modtaget 20 point for dette tip
Fra : Tumlehund
Vist : 785 gange

Dato : 28-11-00 13:25

Dette script udskriver nogle værdien af nogle forskellige properties:

<html>
<head>
<title>JavaScript Rulez!!!</title>
</head>
<body>
<SCRIPT LANGUAGE="javascript">
var bgc = document.bgColor;
var fgc = document.fgColor;
var lc = document.linkColor;
var al = document.alinkColor;
var vlc = document.vlinkColor;
var url = document.location;
var ref = document.referrer;
var t = document.title;
var lm = document.lastModified;

var an = navigator.appName;
var av = navigator.appVersion;
var acn = navigator.appCodeName;
var ua = navigator.userAgent;

var h = history.length;

var hst = location.host

var hstn = location.hostname

document.write("The background color of this page is <B>" +bgc+ "</B>.")
document.write("<BR>The foreground (ot text) color of this page is <B>" +fgc+ "</B>.")
document.write("<BR>The link color of this page is <B>" +lc+ "</B>.")
document.write("<BR>The active link color of this page is <B>" +al+ "</B>.")
document.write("<BR>The visited link color of this page is <B>" +vlc+ "</B>.")
document.write("<BR>The URL of this page is <B>" +url+ "</B>.")
document.write("<BR>The page you were at before this page was <B>" +ref+ "</B>.")
document.write("<BR>Here's what's written in the TITLE of this page is <B>" +t+ "</B>.")
document.write("<BR>The document was last modified: <B>" +lm+ "</B>.")

document.write("<BR><BR>You are using <B>" +an+ "</B>, version " +av+ ".<BR>Its code name is " +acn+ ", and sends the header " +ua+ "." );

document.write("<BR><BR>You have visited " +h+ " pages before this one.")

document.write("<BR><BR>The name of this location is <B>" + hst + "</B>." )

document.write("<BR><BR>The name of this location is <B>" + hstn + "</B>." )
</SCRIPT>
</body>
</html>

 
 
Bedømmelse

Fra : gandalf


Dato : 18-01-01 14:26



Bedømmelse

Fra : gandalf


Dato : 18-01-01 14:26



Bedømmelse

Fra : gandalf


Dato : 18-01-01 14:27



Bedømmelse

Fra : gandalf


Dato : 18-01-01 14:26



Bedømmelse

Fra : gandalf


Dato : 18-01-01 14:27



Du har følgende muligheder
Eftersom du ikke er logget ind i systemet, kan du ikke lave en bedømmelse til dette tip.

Hvis du ikke allerede er registreret, kan du gratis blive medlem, ved at trykke på "Bliv medlem" ude i menuen.
Søg
Reklame
Statistik
Spørgsmål : 177414
Tips : 31962
Nyheder : 719565
Indlæg : 6407844
Brugere : 218876

Månedens bedste
Årets bedste
Sidste års bedste