Hi, i have some problems using http://mobil.bahn.de/ with dillo. I do not understand fully what is going on there. The urls accessed are: http://mobil.bahn.de/ http://www.bahn.de/m/view/de/index.shtml (via HTTP redirect) http://www.bahn.de/m/view/de/0/ (=404, accessed using meta redirect) http://www.bahn.de/m/view/de/0/0/ (=404, accessed using meta redirect) http://www.bahn.de/m/view/de/0/0/0/ http://www.bahn.de/m/view/de/0/0/0/0/ ... (after some zeros, m/view/de is appended again) Interesting is this refresh line here (I got it using tcpflow and zcat): <meta http-equiv="Refresh" content="0;http://www.bahn.de/m/;fitScript=0/"> dillo seems to screw it up. I do not know what the standard says here (except that meta redirect is not so nice). calling http://www.bahn.de/m/;fitScript=0/ directly, I can use that page with dillo. Another interesting thing is: That page comes without javascript (and even without that meta redirect! ) when I load it with wget. But it has javascript when accessed with dillo. Greetings Andreas Kemnade