Iframe virker ikke?
Hi EksperterJeg har et lille problem jeg kan ikke få en iframe til at virke og jeg kan simpelthen ikke finde fejlen
siden er: www.eventyrlejr.dk/tagwall2.php
ellers er koden her:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Eventyrlejr.dk</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="content">
<script type = text/javascript>
function changeOpacity(elm,op){
if(elm.filters)
elm.filters.alpha.opacity = op;
elm.style.MozOpacity = op/100;
elm.style.opacity = op/100;
}
</script>
<table cellpadding="2" cellspacing="2" rowspacing="0">
<tr>
<td colspan="4">
<img src="gfx/banner.gif">
</td>
</tr>
<tr height="44px">
<td width="137px">
<img src="gfx/forside1.gif" style="filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;border:0;cursor:pointer"
onmousedown="changeOpacity(this,75)" onmouseover="changeOpacity(this,75)" onmouseout="changeOpacity(this,100)"
onclick="location.href='index.php'">
</td>
<td width="206px">
<img src="gfx/nattergal1.gif" style="filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;border:0;cursor:pointer"
onmousedown="changeOpacity(this,75)" onmouseover="changeOpacity(this,75)" onmouseout="changeOpacity(this,100)"
onclick="location.href='nattergal/index.php'">
</td>
<td width="222px">
<img src="gfx/sommerfugl1.gif" style="filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;border:0;cursor:pointer"
onmousedown="changeOpacity(this,75)" onmouseover="changeOpacity(this,75)" onmouseout="changeOpacity(this,100)"
onclick="location.href='sommerfugl/index.php'">
</td>
<td width="172px">
<img src="gfx/gran1.gif" style="filter: alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;border:0;cursor:pointer"
onmousedown="changeOpacity(this,75)" onmouseover="changeOpacity(this,75)" onmouseout="changeOpacity(this,100)"
onclick="location.href='grantrae/index.php'">
</td>
</tr>
<tr>
<td bgcolor="#DAECFA" width="137px" height="100%" align="left" valign="top">
<? include($page . "menu.htm"); ?>
</td>
<td colspan="3" rowspan="3" valign="top" height="100%" width="100%">
<table width="100%" height="300px" style="border: 3px solid #DAECFA; background: #FFFFFF">
<tr>
<td align="left" valign="top">
<iframe width="100%" name="login" height="100%" src="tagwall.php" frameborder="0"></iframe>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<a href="http://www.pigespejder.dk">
<img src="gfx/s_animation.gif" border="0" alt="Klik her for at komme til De grønne pigespejderes hjemmeside"></A>
<img src="gfx/spacer1.gif">
<!-- Chart Basis HTML kode start v003 -->
<script language="javascript" type="text/javascript">
<!--
document.write('<a href="http://www.chart.dk/ref.asp?ct=v003&id=112007" target="_blank">');
var myref; myref=document.referrer; if(top.document.referrer!=null) myref=top.document.referrer;
document.write('<img src="http://cluster.chart.dk/chart.asp?id=112007&style=0&secID=' + Math.random()*10000000 + '&ref='
+ escape(myref) + '" border="0" alt="Chart.dk"><');
document.write('/a>');
//-->
</script>
<noscript>
<a href="http://www.chart.dk/ref.asp?ct=v003&id=112007" target="_blank"><img
src="http://cluster.chart.dk/chart.asp?id=112007&style=0&secID=1" border="0" alt="Chart.dk"></a>
</noscript>
<!-- Chart Basis HTML kode slut v003 -->
<img src="gfx/spacer1.gif">
</td>
</tr>
</table>
<a href="mailto:admin@eventyrlejr.dk"><img src="gfx/webdesign.gif" border="0" alt="Klik her for at skrive en mail til
webmasteren"></a>
</body>
</html>