Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

radishface

macrumors newbie
Original poster
Jul 23, 2006
3
0
Hi... I'm somewhat new in here... but I have been working on this website for almost 7 hours now and am almost done... except when I upload it onto the server, the iframes don't show up!

It's ridiculous, because in GoLive, the preview feature shows all the iframe content perfectly...

I am also new to using GoLive, so there's probably some trouble with the code, or the process I used to make the iframe...?
 
I don't know if this will help, but here is the code for the page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Adobe GoLive" />
<title>Untitled Page</title>
<link href="css/basic.css" rel="stylesheet" type="text/css" media="all" />
<style type="text/css" media="screen"><!--
#layer1 { height: 430px; width: 260px; left: 260px; top: 160px; position: absolute; visibility: visible; }
--></style>
</head>

<body>
<div id="layer1">
<iframe id="FRAME1" name="FRAME1" src="home.html" height="443" width="266"></iframe>
</div>
<div style="position:relative;width:1102px;height:942px;-adbe-g:p;">
<div style="position:absolute;top:0px;left:0px;width:802px;height:92px;">
<img src="00_top.jpg" alt="" width="802" height="92" border="0" /></div>
<div style="position:absolute;top:92px;left:0px;width:177px;height:18px;">
<img src="menu00.jpg" alt="" width="177" height="18" border="0" /></div>
<div style="position:absolute;top:92px;left:177px;width:40px;height:18px;">
<a href="home.html" target="FRAME1"><img src="menu01home.jpg" alt="" width="40" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:281px;width:73px;height:18px;">
<a href="mission.html" target="FRAME1"><img src="menu03mission.jpg" alt="" width="73" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:217px;width:64px;height:18px;">
<a href="about.html" target="FRAME1"><img src="menu02about.jpg" alt="" width="64" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:354px;width:149px;height:18px;">
<a href="rnd.html" target="FRAME1"><img src="menu04rnd.jpg" alt="" width="149" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:503px;width:114px;height:18px;">
<a href="investor.html" target="FRAME1"><img src="menu05investor.jpg" alt="" width="114" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:617px;width:115px;height:18px;">
<a href="career.html" target="FRAME1"><img src="menu06career.jpg" alt="" width="115" height="18" border="0" /></a></div>
<div style="position:absolute;top:92px;left:732px;width:70px;height:18px;">
<a href="contact.html" target="FRAME1"><img src="menu07contact.jpg" alt="" width="70" height="18" border="0" /></a></div>
<div style="position:absolute;top:110px;left:0px;width:207px;height:492px;">
<img src="01_left02.jpg" alt="" width="207" height="492" border="0" /></div>
<div style="position:absolute;top:110px;left:207px;width:354px;height:492px;">
<img src="02_middle.jpg" alt="" width="354" height="492" border="0" /></div>
<div style="position:absolute;top:110px;left:561px;width:240px;height:492px;">
<img src="03_right.jpg" alt="" width="241" height="492" border="0" /></div>
<div style="position:absolute;top:602px;left:0px;width:802px;height:13px;">
<img src="copyright.jpg" alt="" width="802" height="13" border="0" /></div>
</div>
<p></p>
</body>

</html>
 
are you sure that your pages are all in the same directory (folder)? i tested out your code and it worked fine. be sure that you home.html, etc.., are also html pages and that they are all located in the same directory as your main page containing the iFrame and they should load fine.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.