>> was ist die beste lösung? > Mir würde am besten gefallen, wenn gar nichts geöffnet wird, sondern > alles im Hintergrund abläuft, ähnlich wie keepright.ipax.at. Dort läuft > das über ein verstecktes iframe-Element "hiddenIframe", das die Links > als target haben.
Wollte ich auch gerade vorschlagen. ;-) <iframe style="display:none" id="hiddenIframe" name="hiddenIframe"></iframe> und <a href="http://localhost:8111/BLABLABLA" target="hiddenIframe" title="JOSM must be running and JOSM's remote control plugin must be enabled for this to work!">JOSM</a> _______________________________________________ Talk-de mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk-de

