blackhataffiliate
Senior Member
- Oct 19, 2008
- 847
- 1,372
Set up a simple iFrame to forward a domain to another site. However when I type in framed domain - i get a blank page instead of the site I am forwarding to. Title is correct, all source code is correct and visible, but I get a blank page. Any ideas on what is causing this? If it matters, the framed domain and site I want forwarded to are being hosted on the same HostGator account. Here is the code I am using
Can anyone help get this straight, because I cant see an error in the code or where an issue would be with the domain and/or hosting?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title> Page Title</title>
<meta name="keyword" content="keywords">
<meta name="description" content="content">
</head>
<frameset rows="100%,*" border="0">
<frame src="http://www.mydomain.com/" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 01 -->
<!-- 7.0-->
</html>
Can anyone help get this straight, because I cant see an error in the code or where an issue would be with the domain and/or hosting?