meta refresh for redirection not working in BlackBerry
Posted
by Tanto
on Stack Overflow
See other posts from Stack Overflow
or by Tanto
Published on 2010-04-06T01:13:38Z
Indexed on
2010/04/06
1:23 UTC
Read the original article
Hit count: 331
Hi.. I asked this question here but don't get reply so far. I hope posting it too here is ok.
For page redirection, in a mobile site development, I am using
<meta http-equiv="refresh" content="0;URL=/pagetwo.jsp"/>
because it is required to work when Javascript is off.
However, I find it working only in BlackBerry (BB) simulator, not in real BB (I tried with BB 8250 and 9700).
Could anyone help me please, what could be the reason.
Thanks.
© Stack Overflow or respective owner