Question About The Website

TazTaz Join Date: 2002-10-31 Member: 1849Members
<div class="IPBDescription">The Flash header on the top</div> Hello,

I've been working on trying to figure out how to make a flash header for a few of my websites and I've been successful at learning how to animate things, but what I'm having a problem with is getting the buttons in the header to open a page in the main frame of the webpage instead of opening the new page in the header part of the page. This site has a great header and I was wondering if anyone could give me any clues on how to get this to work. Thanks.

~[JFF]Taz

Comments

  • DY357LXDY357LX Playing since day 1. Still can&#39;t Comm. England Join Date: 2002-10-27 Member: 1651Members, Constellation
    Sounds like you need to use

    TARGET="new"

    or

    TARGET="main"

    In your <a href= code.

    I'm no pro at this website stuff so i'm probably wrong
  • [WHO]Them[WHO]Them You can call me Dave Join Date: 2002-12-11 Member: 10593Members, Constellation
    edited January 2003
    sounds right to me, when you're creating frames for your page (and believe me, this can't be done without frames) you need to assign each frame a name, and when you're doing an href anchor you just set the "target" to the frame u want the new page to open in.

    I think flash even has a special box for the target when u make a clickable link in basic mode.
Sign In or Register to comment.