I am looking for a way to detect if a page is visited by an iPhone.
What I'm basically looking for is for a way to stop all but iPhone from viewing a specific web page.
Something like...
If Browser !=iPhone then exit;
Is this possible using Javascript?