Ik wil doormiddel van een knop, een bestaande pagina op mijn website openen in een Iframe. hoe moet ik mijn script aanpassen om dit te laten werken? hier is het script
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Scooter Neon Club - NL</title>
</head>
<body bgcolor="#5303CB">
<p><img border="0" src="sc/scbanner.gif" width="1024" height="175"></p>
<blockquote>
<p align="center">
<A HREF="sub.php" TARGET="Iframe"><img border="0" src="sc/events.gif" width="150" height="40"></A></a>
<img border="0" src="sc/leden.gif" width="150" height="40"></a>
<img border="0" src="sc/pic.gif" width="150" height="40">
<img border="0" src="sc/links.gif" width="150" height="40"></p>
</p>
</blockquote>
<p align="center">
</p>
<p align="center">
<META NAME="Iframe" ..>
<IFRAME SRC="A.php" WIDTH="500" HEIGHT="680"
FRAMEBORDER="0"> ALIGN="middle">Hier wordt ... weergegeven.</IFRAME>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Scooter Neon Club - NL</title>
</head>
<body bgcolor="#5303CB">
<p><img border="0" src="sc/scbanner.gif" width="1024" height="175"></p>
<blockquote>
<p align="center">
<A HREF="sub.php" TARGET="Iframe"><img border="0" src="sc/events.gif" width="150" height="40"></A></a>
<img border="0" src="sc/leden.gif" width="150" height="40"></a>
<img border="0" src="sc/pic.gif" width="150" height="40">
<img border="0" src="sc/links.gif" width="150" height="40"></p>
</p>
</blockquote>
<p align="center">
</p>
<p align="center">
<META NAME="Iframe" ..>
<IFRAME SRC="A.php" WIDTH="500" HEIGHT="680"
FRAMEBORDER="0"> ALIGN="middle">Hier wordt ... weergegeven.</IFRAME>
</body>
</html>