Safari Browser und JavaScript ?

G

grafix

Guest
Kann mir hier jemand helfen Question
Ich bekam folgendes Mail: Hi Bernhard,

Can you remove the javascript from your website? I don't know what
browser you are using, but in Safari your home page repeatedly loads
and reloads so that I can't even click on any links. It's a MAJOR bug
in your site design and when you submitted your site a while back we
asked you that you fix this.

I'm sorry to insist on this point, but art buyers will be upset with
your site and with Folioplanet if we linked to a broken site. You may
need to contact your web designer and have him look at this site on a
Mac, running Safari OSX to see the problem. About 50% of our site
traffic uses Macintoshes. This problem really makes your site
impossible to navigate. I suspect the offending code is this
javascript:

<script language="JavaScript">
<!--
if (top == self) self.location.href = "Frames.html";
// -->
</script>


Ich weiß nicht ob es überhaupt an dem Script liegt.
My Webpage
 
Du möchtest doch Frames nachladen ?
Oder ?

<script language="JavaScript">
if(top==self)
{
top.location.href="frames.htm"
}
</script>

Zudem benimmt sich z.B. " http://www.bernhard-oberdieck.de/frame/ " diesen Verweis habe ich irgendwo in einem solchen Javascript Nachlader entdeckt...
äusserst Merkwürdig.


Grüsse
 
Ja,die Frames sollen nachgeladen werden. Tun sie auch überall, jedenfalls in allen anderen Browsern. Nur Der Safari macht anscheinend Schwierigkeiten. Die Seite beginnt zu laden und bricht gleich wieder ab,beginnt erneut zu laden und bricht immer wieder ab usw. Was http://www.bernhard-oberdieck.de/frame/ angeht, hast du recht. Merkwürdig, hab ich noch gar nicht entdeckt. Auf welcher Seite hast du das gefunden?

Beste Grüße und schon mal vielen Dank für die erste Antwort.
 
<script language="JavaScript">
<!--
if (top == self) self.location.href = "http://www.bernhard-oberdieck.de/frame/";
// -->
</script>

z.B: Hier:
http://www.kinderbuchillustration.com/alt/frame/index.htm

Ich weiss nicht, was diese zusätzliche Seite macht.
Kannst Du einmal den Quelltext posten ? Das Problem muss ja nicht nur von dem einen
Javascript herrühren...



 
Zurück
Oben