weiter leitung für firefox benutzer
Von: , Frage gestellt am Mi, 12. Jul 2006
hallo!
ich brauch ganz dringend eine antwort weil ich ne homepage bis morgen noch fertig stelln muss. dabei hab ich n problem. gewisse javascript teile funzen nett mim firefox. deshalb hab ich ne zweite seite erstellt die für firefox benutzer funzt. auf den javascript würde ich nur sehr sehr ungern verzichten.
jetzt hab ich etwas erstellt was bei mir auf der festplatte funzt aber nicht wenn ichs hochlad. das teil sieht so aus:
<script type="text/javascript">
app = navigator.appName
if (app == 'Netscape'){location="index_Firefox.html"}
if (app == 'Microsoft Internet Explorer'){location="index_IE.htm"}
if (app == "Opera") {location.href="index_Firefox.html"}
</script> (im head bereich)
kann mir bitte jemand helfen? (bin auch nachtaktiv ;)
