I do not know how to do this but I do know a good alternative. First of all, write a message saying 'click her to go to our new website' etc. Then insert a hyperlink where they should click that...
Put this code on the webpage you want to redirect: <script language=javascript> <!-- if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {...
I've been in the Website hosting and design business for 13 years - "Website" is the more correct usage, or at least the one most commonly used in the business. The word 'website' is a noun and not...
If using a server-side language, you may output a "Location" header that tells most modern browsers to immediately redirect there.
Alternatively, you may use the "meta" HTML tag:
<meta...