Hi!
Following javascript have I tested with AWeb and it work like I want, but in
Voayager there I get ohne javascript warnings and nothing happends. I tried
several different definitions in the code but nothting word in Voyager.
Can someone help me ?
<html>
<head>
<script language="JavaScript">
<!--
function Objekteigenschaften(Objekt, ObjName)
{
var Ergebnis = "";
for ( Eigenschaft in Objekt)
{
Ergebnis += ObjName + "." + Eigenschaft + " = " + Objekt[Eigenschaft] + "<br>";
}
return Ergebnis;
}
var objname="document";
text=Objekteigenschaften(document,objname);
document.write(text);
// -->
</script>
</head>
<body>
</body>
</html>
Eugen
--
Junk - stuff we throw away. Stuff - junk we keep.
--------------------------------------------------
User: [EMAIL PROTECTED] Country: Germany
Homepage:
http://privat.swol.de/EugenAlbiker/index.htm
System: AMIGA 4000/60/50 50MB RAM OS3.5
CGX64-3D/CGX-V4
The brave friend of Drizzt!!
--------------------------------------------------
____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"