Doing a bit of scripting to compensate for inadequacies in the BBC Radio 4
Schedule page, I find that, whilst a URL file containing:
http://www.bbc.co.uk/radio4/programmes/schedules/fm/#latenight
takes me directly to the Late section in NetSurf, the same URL sent from
PHP as a header('Location: ...) function seems to lose the fragment
identifier altogether and just loads the base page.
It does, however, work OK when called with IE8 under Windows XP Pro, and
Firefox under Linux.
I am puzzled as to why this only happens with NetSurf.
I am running the PHP scripting locally using WebJames, but the same thing
happens if I put the script on my web site, except now IE8 ignores the
fragment identifier as well!
I'm flummoxed.
John