Hallo
Ich hätte eine frage und zwar möchte ich wenn ich einen Button klicke (Blaue Schrift im Code) eine html seite in den CONTENT (Rote Schrift im Code) Bereich laden(wo jetzt der Satz "Your Content here" steht). Ich denke da brauch ich einen Frame. Könnt ihr mir sagen wie genau ich das mache. Ich bearbeite meine Website mit Dreamweaver.
Danke für eure Hilfe
lg chris
Hier der Code:
Ich hätte eine frage und zwar möchte ich wenn ich einen Button klicke (Blaue Schrift im Code) eine html seite in den CONTENT (Rote Schrift im Code) Bereich laden(wo jetzt der Satz "Your Content here" steht). Ich denke da brauch ich einen Frame. Könnt ihr mir sagen wie genau ich das mache. Ich bearbeite meine Website mit Dreamweaver.
Danke für eure Hilfe
lg chris
Hier der Code:
Code:
<html>
<head>
<title>Untitled</title>
<meta name="description" content="Insert Description Here">
<meta name="keywords" content="Insert Keywords Here">
<style type="text/css">
<!--
a:link, a:active, a:visited {
color: #4A265A;
text-decoration: underline}
a:hover {
color: #4A265A;
text-decoration: none}
body {
background-image: URL(images/bg.gif);
background-repeat: repeat-x}
-->
</style>
</head>
<body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/your_logo.gif" width="215" height="105"></td>
<td><img src="images/mod_temp1_02.gif" width="265" height="105"></td>
<td><img src="images/mod_temp1_03.gif" width="300" height="105"></td>
</tr>
<tr>
<td colspan="3" background="images/bg_pg.gif" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"> </td>
<td valign="top">
<!-- Side Panel -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="170" height="95"> </td>
</tr>
<tr>
[COLOR=blue][B]<td><img src="images/link_1.gif" width="170" height="30" border="0" alt="link_1"></td>[/B][/COLOR]
</tr>
<tr>
<td><img src="images/link_2.gif" width="170" height="30" border="0" alt="link_2"></td>
</tr>
<tr>
<td><img src="images/link_3.gif" width="170" height="30" border="0" alt="link_3"></td>
</tr>
<tr>
<td><img src="images/link_4.gif" width="170" height="30" border="0" alt="link_4"></td>
</tr>
<tr>
<td><img src="images/link_5.gif" width="170" height="30" border="0" alt="link_5"></td>
</tr>
<tr>
<td><img src="images/link_6.gif" width="170" height="30" border="0" alt="link_6"></td>
</tr>
<tr>
<td width="170" height="214" valign="top"><br>
<blockquote> </blockquote></td>
</tr>
</table>
<!-- Side Panel --></td>
<td width="40"> </td>
[COLOR=red]<td align="center" valign="top">[/COLOR]
[COLOR=red]<h1>[/COLOR]
[COLOR=red] <!-- Content -->[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <img src="images/hr_top.gif" width="528" height="58" border="0"></h1>[/COLOR]
[COLOR=red]<blockquote>[/COLOR]
[COLOR=red] <h1><font face="Arial" size="2" color="#000000"><strong>[/COLOR]
[COLOR=red] <img src="images/ballet_lg.gif" width="19" height="18" border="0">[/COLOR]
[COLOR=red] [SIZE=5]Your Content here.[/SIZE][/COLOR]
[COLOR=red] <img src="images/ballet_lg.gif" width="19" height="18" border="0">[/COLOR]
[COLOR=red] </strong></font></h1>[/COLOR]
[COLOR=red]</blockquote>[/COLOR]
[COLOR=red]<h1><br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <br>[/COLOR]
[COLOR=red] <img src="images/hr_bot.gif" width="528" height="44" border="0">[/COLOR]
[COLOR=red] <!-- Content -->[/COLOR]
</h1></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>