ZUM WAHL SPECIAL
<% String id = null; if (request.getParameter("id") != null) { id = request.getParameter("id"); } String link = ""; if (request.getParameter("link") != null) { link = request.getParameter("link"); } String url = "http://diepresse.com/layout/diepresse/files/special/bpwahl/index.html"; if (link.equals("all")) { url = "http://diepresse.com/layout/diepresse/files/special/bpwahl/index.html?apaactualSection=apaMap"; } if (link.equals("past")) { url = "http://diepresse.com/layout/diepresse/files/special/bpwahl/index.html?apaactualPage=history"; } if (id != null) { url = "http://diepresse.com/layout/diepresse/files/special/bpwahl/index.teaser.map.html?apaview=entity:"+id; } %>