Björn Höhrmann: Opera und html-tidy

Beitrag lesen

nach html-tidy:
<a href=Javascript:los(&#39;../flash/bett.html&#39;,%20400,%20300)">Bild</a>

Ich kann mir nicht vorstellen, dass Tidy sowas erzeugt, eher

<a href=
  "Javascript:los('../flash/bett.html',%20400,%20300)">Bild</a>

entsprechend Appendix B.2.1 von HTML 4.01.

IE 6.0: Aufruf des Pop-ups; no problems
Mozilla 1.1: Aufruf des Pop-ups; no problems
Opera 6.05: Interner Kommunikationsfehler

Das ist ein Bug.

vor html-tidy:
<a href=Javascript:los('../flash/bett.html', 400, 300)">Bild</a>
IE 6.0: Aufruf des Pop-ups; no problems
Mozilla 1.1: Aufruf des Pop-ups; no problems
Opera 6.05: Aufruf des Pop-ups; no problems

Sobald ich die Größenangaben wieder auf 400 und 300 ohne -%20- setze, funktioniert wieder alles.

Entferne die Leerzeichen, Leerzeichen dürfen in URIs nicht auftauchen.