Andy Matthews schrieb:
Simple way to do it might be to use javascript itself to do a forward or something like that. I've seen people set up a meta refresh of 5 seconds in the header, then use javascript to do a location.href as soon as the page loads. If they have js, they get redirected immediately to page A, if they don't, then after 5 seconds, they get redirected to page B.
You can still easily deactivate JS once you landed on page A... -- Klaus