Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
ReAnmation #1
Help with Links and iFrames
Hi,
I'm looking for some html help. I'm creating a website that has 2 iFrames in
it, and what I'm trying to accomplish is when a person clicks on a link button
in my menu bar, one iFrame will display one page and the other iframe will
display another page. The problem I'm having is trying to get my link button to
link to 2 sites and having those 2 sites displayed in 2 seperate iFrames. I
have the link button connected to one site and being placed in one iframe...i
just need to figure out how to connect another site and link it to my other
iFrame. Any help would be great! Thanks
here are my two iFrames:
<tr>
<td colspan="6" rowspan="2">
<iframe src ="underconstruction.html" width="434" height="352"
frameborder="0" marginheight="0" marginwidth="0"
name="MainWindow" scrolling="no" alt=""></iframe> </td>
<td>
<img src="images/spacer.gif" width="1" height="11" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<iframe src ="#" width="163" height="414" frameborder="0" marginheight="0"
marginwidth="0"
name="LinksWindow" scrolling="yes" alt=""></iframe> </td>
<td colspan="2" rowspan="4">
<img src="images/Home_Page2_12.gif" width="62" height="472" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="341" alt=""></td>
</tr>
here's the button I'm trying to connect two sites too:
<td>
<a href="Student_Links.html" target="LinksWindow"
onmouseover="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseout="changeImages('Home_Page2_20', 'images/Home_Page2_20.gif');
return true;"
onmousedown="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseup="changeImages('Home_Page2_20', 'images/Home_Page2_20-over.gif');
return true;">
<img name="Home_Page2_20" src="images/Home_Page2_20.gif" width="54"
height="27" border="0" alt=""></a></td>
<td>
here's what I've tried:
<td>
<a href="Student_Links.html" target="LinksWindow" &&
href="Links_MainFrame.html" target="MainFram"
onmouseover="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseout="changeImages('Home_Page2_20', 'images/Home_Page2_20.gif');
return true;"
onmousedown="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseup="changeImages('Home_Page2_20', 'images/Home_Page2_20-over.gif');
return true;">
<img name="Home_Page2_20" src="images/Home_Page2_20.gif" width="54"
height="27" border="0" alt=""></a></td>
<td>
here are my two iFrames:
<tr>
<td colspan="6" rowspan="2">
<iframe src ="underconstruction.html" width="434" height="352"
frameborder="0" marginheight="0" marginwidth="0"
name="MainWindow" scrolling="no" alt=""></iframe> </td>
<td>
<img src="images/spacer.gif" width="1" height="11" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<iframe src ="#" width="163" height="414" frameborder="0" marginheight="0"
marginwidth="0"
name="LinksWindow" scrolling="yes" alt=""></iframe> </td>
<td colspan="2" rowspan="4">
<img src="images/Home_Page2_12.gif" width="62" height="472" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="341" alt=""></td>
</tr>
here's the button I'm trying to connect two sites too:
<td>
<a href="Student_Links.html" target="LinksWindow"
onmouseover="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseout="changeImages('Home_Page2_20', 'images/Home_Page2_20.gif');
return true;"
onmousedown="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseup="changeImages('Home_Page2_20', 'images/Home_Page2_20-over.gif');
return true;">
<img name="Home_Page2_20" src="images/Home_Page2_20.gif" width="54"
height="27" border="0" alt=""></a></td>
<td>
here's what I've tried:
<td>
<a href="Student_Links.html" target="LinksWindow" &&
href="Links_MainFrame.html" target="MainFram"
onmouseover="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseout="changeImages('Home_Page2_20', 'images/Home_Page2_20.gif');
return true;"
onmousedown="changeImages('Home_Page2_20',
'images/Home_Page2_20-over.gif'); return true;"
onmouseup="changeImages('Home_Page2_20', 'images/Home_Page2_20-over.gif');
return true;">
<img name="Home_Page2_20" src="images/Home_Page2_20.gif" width="54"
height="27" border="0" alt=""></a></td>
<td>
ReAnmation Guest
-
iFrames for CS3
Does anyone know before I buy it, if the iFrames Suite extensions work with Dreamweaver CS3? I'd like to put a frame of text (requiring a... -
iFrames
Hi, when I make a page in photoshop, do my rollovers in imageready , bring it to dreamweaver, make an iframe from a slice made in ps or ir, the... -
iframes???
What are some of the drawbacks to iframes. When are they good and why should you use them. Thank you. B -
Help with IFrames
Hello I have a main pgae and I load an Iframe based on when the user clicks the tree nodes ,but when I save some records on the Iframe they should... -
Iframes in Flash MX
This is something that I've been wondering about for a while now, and I'm hoping someone can enlighten me on it: I created my website design in... -



Reply With Quote

