Hallo zusammen 
Ich habe bei einer neuen Seite einige befehle verwendet, die offensichtlich nicht von Netscape interpretiert werden können.
Gibt es für folgende Scripte eine Möglichkeit, die auch Netscape erkenn?
1. <a href="JavaScript:goto(i)">
2.function rand()
{
var jetzt=new Date();
var z=(jetzt.getSeconds())%50;
document.write("<font face='Arial,Helvetica,MS Sans Serif'>" + quotes[z] +"</font><br><a href='JavaScript:location.reload()'><img src='random.gif'>");
}
quotes[z] ist ein Zufallszitat, welches von Netscape leider nicht angezeigt wird.
3. (Kein Java)
<style type="text/css">
<!--
.roll { font-family: arial; font-size:10pt; font-style:normal; font-weight:thin; letter-spacing:normal; text-decoration:underline; text-transform:none; color:#000000; }
A.roll:hover { font-size:13pt; font-style:italic; font-weight:normal; letter-spacing:normal; text-decoration:underline; color:#CC0028; }
-->
</style>
Ich habe bei einer neuen Seite einige befehle verwendet, die offensichtlich nicht von Netscape interpretiert werden können.
Gibt es für folgende Scripte eine Möglichkeit, die auch Netscape erkenn?
1. <a href="JavaScript:goto(i)">
2.function rand()
{
var jetzt=new Date();
var z=(jetzt.getSeconds())%50;
document.write("<font face='Arial,Helvetica,MS Sans Serif'>" + quotes[z] +"</font><br><a href='JavaScript:location.reload()'><img src='random.gif'>");
}
quotes[z] ist ein Zufallszitat, welches von Netscape leider nicht angezeigt wird.
3. (Kein Java)
<style type="text/css">
<!--
.roll { font-family: arial; font-size:10pt; font-style:normal; font-weight:thin; letter-spacing:normal; text-decoration:underline; text-transform:none; color:#000000; }
A.roll:hover { font-size:13pt; font-style:italic; font-weight:normal; letter-spacing:normal; text-decoration:underline; color:#CC0028; }
-->
</style>