I added the following to my website and it now redirects just as I'd intended!!
Code:
<script language=javascript>
<!--
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.replace("*REDIRECT LINK HERE*");
}
-->
</script> Does anyone know how I would go about adding a webclip icon to my .Mac Photo Gallery web page so that adding a web clip of the gallery to my iPhone would show a icon graphic icon of my choosing? I know the specs of how to create one of these icons, I just don't know how/where to put it for my .Mac photo gallery...
Any thoughts?
Bookmarks