.oO(Zwi2000)
Quote:
Is there a way to redirect to another page if the browser is a PDA ? |
Which server-side scripting language is available?
The main problem is to _reliably_ detect a PDA browser, which in fact is
impossible (the problem of all browser switches). Every user agent sends
an ID-string (HTTP_USER_AGENT) along with its request, but it could be
faked. So you can't be sure if the user agent is really a PDA browser,
it's only a guess.
Anyway, it depends on the used scripting language how to redirect to
another page. Additionally I don't know how a PDA browser identifies
itself, i.e. how such an ID-string may look.
Another way would be to use CSS and the media type "handheld", but again
I don't know how well it's supported (I guess you can forget this at the
moment).
Micha