tashamac
07-13-2006, 08:32 PM
I saw something similar a little further down, but I'm not sure if it's exactly what I need...so, here's my question.
I'm setting up a website with iframes that looks like this:
http://img.photobucket.com/albums/v471/shinigami_co/example.gif
The drop down menu is in the frame called "archive", and I would like for links there to load in the "comic" frame. Each page linked would have the archive frame at the bottom, so it doesn't need to persist.
I'm having trouble trying to get it to target the comic frame, though...it only loads in the archive frame. It'll take me totally redoing things to completely separate the comic and archive frames...is there any way to do what I want in this setup? I tried putting target="comic" after each link option, but it still loads in archive.
Oh, and here's what my code currently looks like:
<FORM>
<SELECT name=Chapter 3 id="Chapter 3" style="font-size : xx-small" onchange=location.href=this.options[this.selectedIndex].value language=JavaScript>
<option value="">Chapter 3</option>
<option value="ep3pg1.html" target="comic">01</option>
<option value="ep3pg2.html" target="comic">02</option>
<option value="ep3pg3.html" target="comic">03</option>
<option value="ep3pg4.html" target="comic">04</option>
<option value="ep3pg5.html" target="comic">05</option>
<option value="ep3pg6.html" target="comic">06</option>
<option value="ep3pg7.html" target="comic">07</option>
<option value="ep3pg8.html" target="comic">08</option>
</SELECT></FORM></div>
I'm setting up a website with iframes that looks like this:
http://img.photobucket.com/albums/v471/shinigami_co/example.gif
The drop down menu is in the frame called "archive", and I would like for links there to load in the "comic" frame. Each page linked would have the archive frame at the bottom, so it doesn't need to persist.
I'm having trouble trying to get it to target the comic frame, though...it only loads in the archive frame. It'll take me totally redoing things to completely separate the comic and archive frames...is there any way to do what I want in this setup? I tried putting target="comic" after each link option, but it still loads in archive.
Oh, and here's what my code currently looks like:
<FORM>
<SELECT name=Chapter 3 id="Chapter 3" style="font-size : xx-small" onchange=location.href=this.options[this.selectedIndex].value language=JavaScript>
<option value="">Chapter 3</option>
<option value="ep3pg1.html" target="comic">01</option>
<option value="ep3pg2.html" target="comic">02</option>
<option value="ep3pg3.html" target="comic">03</option>
<option value="ep3pg4.html" target="comic">04</option>
<option value="ep3pg5.html" target="comic">05</option>
<option value="ep3pg6.html" target="comic">06</option>
<option value="ep3pg7.html" target="comic">07</option>
<option value="ep3pg8.html" target="comic">08</option>
</SELECT></FORM></div>