I created page and also created embedded code to view external site into same site pages seems like working but not on IPAD or IPhone any advise ? take look the link as sample :
http://web.me.com/zmizani1/Test/Home.html
code I created :
<html>
<head>
<title>Window title</title>
</head>
<frameset cols = "*">
<frame src ="http://iwebunlimited.com/category/iweb-tips/" />
</frameset>
</html>




