Mac kompatibelt, eh?
Hvorfor kan denne side ikke vises på en MAC?Jeg har en mistanke om at det er onLoad() i body'en, som volder problemer. Kan det passe?
Kys
Lokum. (-;
<html>
<head>
<title>bbc</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
<!--
if ((navigator.userAgent.indexOf("Mac") != -1))
document.write("<link rel='stylesheet' href='css/stylesMac.css'>")
if (navigator.userAgent.indexOf('Win') != -1){
if (navigator.appName.indexOf('Netscape') != -1) {
document.write("<link rel='stylesheet' href='css/stylesPc_nav.css'>")
}
else {
document.write("<link rel='stylesheet' href='css/stylesPc_ie.css'>")
}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function nytVindue(theURL,winName,features) { //v2.0
var posw = (screen.width - 748)/2;
var posv = (screen.height - 389)/2;
features = features + ",left=" + posw + ",top="+ posv
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body onLoad="nytVindue('main.php','bbc','resizable=yes,width=748,height=389')" background="indexgraphic/bgbrick.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<table width="100%" border="0" height="33%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="33%">
</tr>
</table>
<table width="100%" border="0" height="100" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="27"><center><img src="indexgraphic/bbc_navn.gif" alt="graphics: bbc logo" width="188" height="27"></center></td>
</tr>
<tr>
<td width="100%" height="27" valign="top" align="center" class="url">www.bbc.com</td>
</tr>
<tr>
<td width="100%" valign="top" class="t2"><center><a href="mainb.php">> If pop-up window did not open, click here!</a></center></td>
</tr>
</table>
<table width="1500" border="0" height="44" cellspacing="0" cellpadding="0">
<tr>
<td width="1500" height="44"><img src="indexgraphic/mid01.gif" width="1500" height="44" alt="graphics"></td>
</tr>
<tr>
<td width="1500" height="44"><img src="indexgraphic/mid02.gif" width="1500" height="44" alt="graphics"></td>
</tr>
</table>
</body>
</html>
