views:

19

answers:

2

Hi,

I'm trying to open a popup window (to display another webpage) from my webpage on click of a hyperlink. I'm not able to achieve this on iPhone. I was wondering if there is any way to do this? Any pointer will be helpful.

Thanks in advance.

A: 
<a href="http://anotherwebsite.com" target="_blank">Link</a>

that will open another safari window in the iphone.

Thomas Clayson
+1  A: 

Mobile Safari and UIWebView do not support pop up windows.

Mobile Safar is capable of opening a new tab (or page), but not using the conventional methods of opening popup windows.

Jasarien