HTML frames

Discussion in 'General Software' started by Temporal, Nov 7, 2003.

  1. Temporal

    Temporal Geek Trainee

    Likes Received:
    1
    Trophy Points:
    0
    I wasn't sure where to put this... although this IS the Hardware Forums, I figured you guys could help me out a little bit.

    <html>
    <title>.:Flux Kapacitor:.</title>
    <body bgcolor="black" text="#990000" vlink="red" alink="red" link="red">
    <style>
    <!--
    BODY{
    scrollbar-face-color:"#990000";
    scrollbar-arrow-color:"black";
    scrollbar-track-color:black;
    scrollbar-shadow-color:'black';
    scrollbar-highlight-color:'black';
    scrollbar-3dlight-color:'black';
    scrollbar-darkshadow-Color:'black';
    }
    -->
    </style>
    <font size="+2" face="broken 15">
    <center><h1>Forum</h1></center>
    <!-- Start Bravenet.com Service Code -->
    <div align="center">
    <a href="http://pub14.bravenet.com/forum/show.php?usernum=1166115369&cpv=2">
    <img src="http://images.bravenet.com/bravenet/images/forum/copypaste/1_1.gif" border="0" /></a>
    <br /><img src="http://images.bravenet.com/bravenet/images/poweredby.gif"
    width="15" height="15" border="0" align="absmiddle" alt="Powered by Bravenet" />
    <a
    style="font: 10px tahoma,arial; text-decoration: none;"
    href="http://www.bravenet.com/" target="new">Powered&nbsp;by&nbsp;Bravenet</a>
    </div>
    <!-- End Bravenet.com Service Code -->
    </font>
    </body>
    </html>
    alright this part is targeted toward thr frame called "new" which doesn't exist. and this page is already displayed in a frame called "main". But when this link is clicked it opens in the frame still. Could someone help me out and tell me how to make this open up in a new window? Thanks in advance
    ~Temporal~
     
  2. Sniper

    Sniper Administrator Staff Member

    Likes Received:
    59
    Trophy Points:
    63
    sorry dont understand what you are trying to do using a taget "new" should open up a new widow, but if I can remeber if a frame is name new it would open it in that? you could try a javascript from dynamicdrive.com

    hope it helps!?
     
  3. Big B

    Big B HWF Godfather

    Likes Received:
    145
    Trophy Points:
    63
    I think you just need to add something to that, so it'd be something like this: <a href="http://pub14.bravenet.com/forum/show.php?usernum=1166115369&cpv=2" target="blank">

    I think that'll work.
     

Share This Page