Hallo,
wieso öffnet sich in diesem Beispiel meine google-Link in einem neuen Fenster und nicht im iFrame wie ich es angegeben habe?
wieso öffnet sich in diesem Beispiel meine google-Link in einem neuen Fenster und nicht im iFrame wie ich es angegeben habe?
HTML:
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Test iFrame</title>
</head>
<body style="height: 100%;">
<table style="text-align: left; width: 100%; height: 80px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;">
<h1>Test für i-Frame<br>
</h1>
</td>
<td style="vertical-align: middle; text-align: center; width: 125px;"><a href="http://www.google.de" target="linkfeld"><img style="border: 0px solid ; width: 75px; height: 75px;" alt="Link zu google" src="google.gif"></a><br>
</td>
</tr>
</tbody>
</table>
<iframe id="Linkfeld" body="" bgcolor="#E0E0E0" src="https://www.bing.com" height="600" width="100%"></iframe>
</body>
</html>