macromedia.dreamweaver
[Top] [All Lists]

Re: DW IFRAMES not working

Subject: Re: DW IFRAMES not working
From: "Murray *ACE*" <forums@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 13:07:39 -0400
Newsgroups: macromedia.dreamweaver


This is not a problem with DW Iframes, it's a problem with your understanding of how to use them.

<iframe src="tviframenokia15.html" name="tviframe" width="660"
height="400" scrolling="No" frameborder="0"></iframe>
    <iframe src="tviframenokia30.html" name="tviframe" width="660"
height="400" scrolling="No" frameborder="0"></iframe>

You cannot have two page elements with the same name.

Delete the second one from your page and see if that helps.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"alexander glomba" <webforumsuser@xxxxxxxxxxxxxx> wrote in message news:g6snbb$5ng$1@xxxxxxxxxxxxxxxxxxxxxxxx
hi... i made an iframe on my page. Then i have created the rest of the html pages that r going into my main iframe. The iframe only calls the first iframe
html with its video,("tviframenokia15.html") but not the rest of the
page.("tviframenokia30.html") Here is the code..


 <a href="tviframenokia15.html" target="tviframe"><img
src="images/nokiatv15_icon.jpg" alt="nokiateaserspot" width="85" height="58"
border="0" /> </a>

    <a href="tviframenokia30.html" target="tviframe"><img
src="images/nokiatv30_icon.jpg" width="85" height="59" border="0" /> </a>



    <span class="titulos">tv</span>


    <a href=" tviframespicy.html" target="tviframe"><img
src="images/spicytv_icon.jpg" alt="mcdonald spot" width="85" height="59"
border="0" /></a>


    <a href="#" target="tviframe"><img src="images/monopolytv_icon.jpg"
alt="mcdonald monopoly spot" width="85" height="59" border="0" /></a><a
href="#" target="tviframe"><img src="images/brandtv_icon.jpg" alt="mcdonalds
brand spot" width="85" height="59" border="0" /></a></div>



    <div id="tviframe">

    <iframe src="tviframenokia15.html" name="tviframe" width="660"
height="400" scrolling="No" frameborder="0"></iframe>
    <iframe src="tviframenokia30.html" name="tviframe" width="660"
height="400" scrolling="No" frameborder="0"></iframe>




<Prev in Thread] Current Thread [Next in Thread>