rene: Link wird nicht im richtigen Frame ausgeführt!

Beitrag lesen

Hallo Leute,

mal was ganz komisches!

Hier meine index.html

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>comvivo.info</title>
<meta name="author" content="René Meschuh">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<frameset rows="98,*,50" framespacing="0">
   <frame scrolling="no" frameborder="0" marginheight="0" marginwidth="0" src="top.html" name="top" noresize>
   <frameset cols="490,*" framespacing=0>
    <frame src="./paranews/index.php" name="rechts" marginwidth="5" marginheight="5" frameborder="0" noresize scrolling=auto>
    <frame src="./wf/vivoscope_3/vivoscope_3.html" name="vr" marginwidth="5" marginheight="5" noresize frameborder="0">
   </frameset>
   <frame scrolling="no" marginheight="0" marginwidth="0" src="bottom.php" name="bottom" noresize frameborder="0"></frame>
</frameset>
</html>

Jetzt hab ich eine projekte.html - Seite in der ich einen Link auf "vr" definiert habe.

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<LINK REL=STYLESHEET TYPE="text/css" HREF="./site.css">
<head>
<title>comvivo.info_projekte</title>
<meta name="author" content="René Meschuh">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body background="graphics/hgnd_rechts.jpg" text="#000000" bgcolor="#FFFFFF">

<table cellspacing="0" cellpadding="1" align="center" width=95% border="0" >
<tr>
 <td bgcolor="#F0F0F0" align="left"><b>Projekte</b></td>
</tr>
<tr>
 <td align="left"><br>

  • <a href="./projekte/schaukraftwerk/vrmlstart.html" target="vr">kelag Schaukraftwerk</a><br>
  • ComVivo<br>
  • VivoScope<br>
  • virtuelle Lehrlingsbörse<br>
  • Landeshauptmann 3D<br>
  • usw.</td>
    </tr>
    </table>

</body>
</html>

Das kuriose ist, dass der Link in einem neuen Fenster geöffnet wird.

Hab schon lang rumüberlegt - komm einfach nicht weiter.

Hoffe jemand kann mir helfen!

lg
-rene-