• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Link an einer content-Stelle öffnen

Status
Für weitere Antworten geschlossen.

Werner I.

Neues Mitglied
Hallo zusammen,

ich bastle gerade an meiner neuen HP. Nun hab ich ein Problem und hoffe, hier kann mir geholfen werden.

Ich möchte gerne, dass, wenn ich auf einen Link der Navi-Liste klicke, sich eine externe HTML-Datei (hab ich mittels "Home-Gallery" für meine Bildergalerie erstellt), im Bereich content1 öffnet. Die externe Datei befindet sich in einem eigenen Ordner des Web-Ordners.

Geht sowas überhaupt?

Danke für Eure Hilfe

Gruß
Werner


Code:
<body>

<div id="header" style="width: 1081; height: 175" auto>
</div> 
<!--Ende header-->

<div id="navi2" style="width: 457; height: 46">
     <a class="navi" href="index.html"><font color="#C0C0C0">TIERE</font></a>&nbsp;&nbsp;
     <a class="navi" href="../web21/Galeriebilder/Rosen/rosen.htm"><font color="#C0C0C0">BLUMEN</font></a>&nbsp;&nbsp;
     <a class="navi" href="seite1.html"><font color="#C0C0C0">LANDSCHAFT</font></a>&nbsp;&nbsp;
     <a class="navi" target="blank" href="http://gb2003.de/a/stromer29.html"><font color="#C0C0C0">VERSCHIEDENES</font></a>&nbsp;&nbsp;
     <a class="navi" href="links.html"><font color="#C0C0C0">WALDKIRCH</font></a>&nbsp;</span>
     </div> 
<!--Ende Navi-->

<div id="content" style="width:452; height:398" >
       <img src="images/Rose.jpg" width="440" height="398" border: 2px solid #C0C0C0 ></div > <!--Ende content-->

<!--Anfang Bildgalerie-->
    <[B]div ID="content1"[/B] style=" margin-left: 490px; width:-335; height:382";>
    </div>  
<!--Ende Bildgalerie-->


<div id="footer" style="width: 418; height: 20">
    <a class="navi" target="blank" href="http://gb2003.de/a/stromer29.de"><font color="#C0C0C0">Gästebuch</font></a>
    <font color="#C0C0C0" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &copy; 2008 Werner Imping </font></span>
</div> <!--Ende footer-->

<div id="footer2"
    <font color="#C0C0C0" size="3" style="width: 434; height: 19">
  <font color="#FFFFFF"><a class="navi" href="index.html"><font color="#C0C0C0">zurück</font></a></font>
  </font>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <font color="#C0C0C0">&nbsp;&nbsp;&nbsp; </font><font color="#C0C0C0">
  aktualisiert am&nbsp;
  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d.%m.%Y" --></font>
  
</body>
</html>
 
Einfach eine neue Datei mit dem ganzen Zeugs was du dir da zusammengeschrieben hast und dem Content der noch neu dazu soll.

Schau dir auch mal den include()-Befehl bei PHP an.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben