- Messages
- 4,134
- Name
- Carol
- Edit My Images
- Yes
Hi. I haven't gone near frames for xxx years! An acquaintance has, apparently, gone to 1&1 and set up a site in 2012. They have their own domain name which when you go to it opens up the site, but when you look at the code its a frameset.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>U Support</title>
</head>
<frameset rows="100%">
<frame src="http://s399792123.initial-website.co.uk" title="U Support" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>U Support</h1>
<p>
<a href="http://s399792123.initial-website.co.uk">http://www.usupport.org.uk/</a>
</p>
</body>
</noframes>
</frameset>
</html>
The link takes you to the 'proper' website. It doesn't work on iOS, you get blank page. I am struggling to understand why 1&1 would even offer a framed website. Is there a simple way to unpick it all? Does anyone have any experience of this sort of thing? I'd be grateful for some clues.
Thanks.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>U Support</title>
</head>
<frameset rows="100%">
<frame src="http://s399792123.initial-website.co.uk" title="U Support" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>U Support</h1>
<p>
<a href="http://s399792123.initial-website.co.uk">http://www.usupport.org.uk/</a>
</p>
</body>
</noframes>
</frameset>
</html>
The link takes you to the 'proper' website. It doesn't work on iOS, you get blank page. I am struggling to understand why 1&1 would even offer a framed website. Is there a simple way to unpick it all? Does anyone have any experience of this sort of thing? I'd be grateful for some clues.
Thanks.