I'm desparately in need of help with iframes

admin

Administrator
Staff member
Maybe I can get some help from you, since you're on right now and know a thing or two. <br />
<br />
This is the first page of my site, the one you get on when type in the address. <br />
<!-- m --><a class="postlink" href="http://www10.brinkster.com/oscarempire/index.html">http://www10.brinkster.com/oscarempire/index.html</a><!-- m --> <br />
<br />
This is the layout for all the other parts of my site. <br />
<!-- m --><a class="postlink" href="http://www10.brinkster.com/oscarempire/base.html">http://www10.brinkster.com/oscarempire/base.html</a><!-- m --> <br />
<br />
Here's the question. How to do so that if you click on lets say Actor in the first layout you get the second page with the actor stuff in the inframe. Or if you press on Emperial Awards, you will get to the second layout with Emperial Awards in the inframe. <br />
<br />
The problem is that the the first page doesn't have that same iframe as the second one. I know how to make those links active in the socond page, so that info in iframe changes for actor, actress, blah, blah. But I want to access that second page, from the first page, with the info in the iframe changing. <br />
<br />
Is it even possible? Please, please someone let me know? <br />
<br />
I posted it before, but nobody replied so I'm trying again.<!--content-->OMG, I've been asking people everywhere now and you are the only person who knows this. However I have no idea how to use JavaScript so could you please expend on that. Please.<!--content-->Dave man I am totally lost as to what you're saying. I have searched for it all over and you seem to be the only person to know this. Could you please please please exlain it more in detail, like where to put all that and exactly what to do? Please.<!--content-->Thanks for the patience man. Here's what I do, but it doesn't work, tell me what I do wrong. Your code is in bold.<br />
<br />
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();"<br />
onload=" <br />
var url = self.location.search.substr(5); <br />
self.frames['main'].base.href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/url;">http://www.webdeveloper.com/forum/archi ... x.php/url;</a><!-- m --> <br />
return true;"> <br />
then<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"base.html?url=picture"><!--content-->BTW, is there like a site I can go to, so that maybe I could understand it better?<br />
<br />
Again, thanks you're awesome.<!--content-->
 
Back
Top