Link to home
Start Free TrialLog in
Avatar of andyknott
andyknott

asked on

Frame Links

I have a hangover which does not help, I have a 2 frame main page with a tool bar at the top (frame 1) and the pages below (frame 2 ). When I link from the tool bar I can only make that frame (frame 1) change or open a new window. How do you make a link in one frame change the contents of the other ? and the link frame remain the same. Any help would be greatly appretiated.
ASKER CERTIFIED SOLUTION
Avatar of siabod
siabod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andyknott
andyknott

ASKER

I think I'm just being dense, but I have <a href="index.htm"
        target="index"> in the tool bar frame and <name="index"> in the main frame, but when I click the link it opens a new window ? what am I doing wrong?

Thanks
hmm...i just tested it in IE and in NS and it works fine, are you sure you have your capitals right ?

could you post the frame source ?
Hi, heres the source, Main frame:
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="index"
content="C:\Program Files\Microsoft Office\Office\html.dot">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Interactive Design Information Notice</title>
</head>

<body bgcolor="#C0C0C0" text="#000000" vlink="#032889"
alink="#FF00FF">
<STYLE><!-- A:hover {color:Red;} --></STYLE>
<p><font size="4" face="BankGothic Lt BT"><b>Welcome to the </b></font></p>
<Name="index">
<p><font color="#FF0000" size="6" face="Arial"><b>Interactive</b></font><font
size="6" face="Arial"><b> </b></font><font color="#FF0000"
size="6" face="Arial"><b>D</b></font><font color="#000080"
size="6" face="Arial"><b>esign </b></font><font color="#FF0000"
size="6" face="Arial"><b>I</b></font><font color="#000080"
size="6" face="Arial"><b>nformation </b></font><font
color="#FF0000" size="6" face="Arial"><b>N</b></font><font
color="#000080" size="6" face="Arial"><b>otice</b></font><font
size="6" face="Arial"><b> </b></font></p>

<hr>

<p>This is a test page. Coming Soon: Automated DIN web Database
with automatic email/fax communication system.</p>

<hr>

<p><font size="5"><b>Login : </b></font></p>

<form action="/cgi-bin/logcgi.exe" method="POST">
    <table border="0">
        <tr>
            <td>User Name:</td>
            <td><input type="text" size="35" name="Name"></td>
            <td>Password:</td>
            <td><input type="password" size="35" name="Password"></td>
        </tr>
        <tr>
            <td><table border="1">
                <tr>
                    <td><font size="4">Administrator</font><input
                    type="checkbox" name="C1"></td>
                </tr>
            </table>
            </td>
            <td><input type="submit" value="Login!"><input
            type="reset" value="Reset"></td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </table>
    <hr>
    <p><font size="4"><b>N</b>ot a registered user?<b> </b></font><a
    href="register.htm"><font size="4">Click Here!</font></a><font
    size="4"> </font></p>
    <p><font size="4">Forgotten or wish to change your user name
    or password? </font><a href="Settings.htm"><font size="4">Click
    Here!</font></a></p>
    <hr>
</form>
</body>
</html>


And toolbar source :


content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>SONY</title>
</head>

<body bgcolor="#000000">

<table border="0" cellpadding="0" cellspacing="0" width="100%"
bgcolor="#000000">
    <tr>
        <td><img src="images/SONY.jpg" width="166" height="32"
        start="fileopen"><img src="images/spin%20arrow.gif"
        width="32" height="32"></td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td><a href="Http://43.194.155.8" target="indexf2"><img
        src="images/SonyH.jpg" align="middle" border="0"
        width="78" height="30"></a><a href="index.htm"
        target="index"><img src="images/I_DINH.jpg"
        align="middle" border="0" width="80" height="30"></a></td>
    </tr>
</table>
</body>
</html>


Thanks
Hi, heres the source, Main frame:
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="index"
content="C:\Program Files\Microsoft Office\Office\html.dot">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Interactive Design Information Notice</title>
</head>

<body bgcolor="#C0C0C0" text="#000000" vlink="#032889"
alink="#FF00FF">
<STYLE><!-- A:hover {color:Red;} --></STYLE>
<p><font size="4" face="BankGothic Lt BT"><b>Welcome to the </b></font></p>
<Name="index">
<p><font color="#FF0000" size="6" face="Arial"><b>Interactive</b></font><font
size="6" face="Arial"><b> </b></font><font color="#FF0000"
size="6" face="Arial"><b>D</b></font><font color="#000080"
size="6" face="Arial"><b>esign </b></font><font color="#FF0000"
size="6" face="Arial"><b>I</b></font><font color="#000080"
size="6" face="Arial"><b>nformation </b></font><font
color="#FF0000" size="6" face="Arial"><b>N</b></font><font
color="#000080" size="6" face="Arial"><b>otice</b></font><font
size="6" face="Arial"><b> </b></font></p>

<hr>

<p>This is a test page. Coming Soon: Automated DIN web Database
with automatic email/fax communication system.</p>

<hr>

<p><font size="5"><b>Login : </b></font></p>

<form action="/cgi-bin/logcgi.exe" method="POST">
    <table border="0">
        <tr>
            <td>User Name:</td>
            <td><input type="text" size="35" name="Name"></td>
            <td>Password:</td>
            <td><input type="password" size="35" name="Password"></td>
        </tr>
        <tr>
            <td><table border="1">
                <tr>
                    <td><font size="4">Administrator</font><input
                    type="checkbox" name="C1"></td>
                </tr>
            </table>
            </td>
            <td><input type="submit" value="Login!"><input
            type="reset" value="Reset"></td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </table>
    <hr>
    <p><font size="4"><b>N</b>ot a registered user?<b> </b></font><a
    href="register.htm"><font size="4">Click Here!</font></a><font
    size="4"> </font></p>
    <p><font size="4">Forgotten or wish to change your user name
    or password? </font><a href="Settings.htm"><font size="4">Click
    Here!</font></a></p>
    <hr>
</form>
</body>
</html>


And toolbar source :


content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>SONY</title>
</head>

<body bgcolor="#000000">

<table border="0" cellpadding="0" cellspacing="0" width="100%"
bgcolor="#000000">
    <tr>
        <td><img src="images/SONY.jpg" width="166" height="32"
        start="fileopen"><img src="images/spin%20arrow.gif"
        width="32" height="32"></td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td><a href="Http://43.194.155.8" target="indexf2"><img
        src="images/SonyH.jpg" align="middle" border="0"
        width="78" height="30"></a><a href="index.htm"
        target="index"><img src="images/I_DINH.jpg"
        align="middle" border="0" width="80" height="30"></a></td>
    </tr>
</table>
</body>
</html>


Thanks
---------------Look this-------------
<a href="chat.html" TARGET="FRAME 2">Try My Chat</A>