Closed Thread Icon

Preserved Topic: Frame Target (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18426" title="Pages that link to Preserved Topic: Frame Target (Page 1 of 1)" rel="nofollow" >Preserved Topic: Frame Target <span class="small">(Page 1 of 1)</span>\

 
Wakkos
Maniac (V) Mad Scientist

From: Azylum's Secret Lab
Insane since: Oct 2000

posted posted 08-31-2001 21:34

Hi, i have this:
<div id="Content">
<IFRAME SRC="inside.html" NAME="inside" SCROLLING="Yes" WIDTH="500" HEIGHT="275" FRAMEBORDER="no" MARGINWIDTH="0" MARGINHEIGHT="0"></IFRAME>
<!-- if this has something wrong, it's Max Beauty fault!! -->
</div>

and anoter div with a menu, i was using the 'target' propierty to make a click on the menu and change the iframe, but it doesn't work.

There's anything that i should know??

Thanks!!


.-rotate script by Mr.Max

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 08-31-2001 21:41

Hmm..

That should work. Iframes are a little hokey though. you may want to try this

<a href="#" onClick="parent.inside.location.href='wherever.com'">link</a>

Anyone know is an iframe a child of the parent page?
Usually when I'm trying to get through frames I'd use the top property where it would be top.inside.location.href="wherever" I'm pretty sure that should work Just not positive and I'm too lazy to mock it up right now.



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

[This message has been edited by bitdamaged (edited 08-31-2001).]

« BackwardsOnwards »

Show Forum Drop Down Menu