Internet Explorer Problem
Verfasst: 18.10.2006 22:04
hallo,
ich habe ein problem!
ich habe rechts ein banner in mein forum eingefügt.
das problem ist das es im firefox funktioniert, aber nicht im ie.
wenn ich die datei in die ich es eingebunden habe jedoch außerhalb es forums , allein auf einem webspace aufrufe, ist das banner da!?
wäre wirklich schön wenn mir das jemand erklären könnte, oder vielleicht sogar sagt wie ich es löse!
http://jawl.de//index_body.tpl
das wurde geändert
danke
ich habe ein problem!
ich habe rechts ein banner in mein forum eingefügt.
das problem ist das es im firefox funktioniert, aber nicht im ie.
wenn ich die datei in die ich es eingebunden habe jedoch außerhalb es forums , allein auf einem webspace aufrufe, ist das banner da!?
wäre wirklich schön wenn mir das jemand erklären könnte, oder vielleicht sogar sagt wie ich es löse!
http://jawl.de//index_body.tpl
das wurde geändert
Code: Alles auswählen
index_body.tpl
suche:
Code:
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
davor einfügen:
Code:
<table width="100%">
<tr>
<td>
suche:
Code:
<!-- END catrow -->
</table>
danach einfügen:
Code:
</td>
<td valign="top">
<script type="text/javascript">
/* <![CDATA[ */
function randomcontent()
{
content = new Array;
content[0] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&bordercolor=056A9E&bgcolor=ECECEC&CategoryID=83733&query=(Filme|%25220%2520DVD%2527s%2522|sammlung||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[1] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[2] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[3] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[4] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=60089&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[5] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=267&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[6] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=7803&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[7] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=28837&query=(%2520||||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
content[8] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=39826&query=(plasma||||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';
random = Math.random();
random = 9 * random;
random = Math.floor(random);
document.getElementById('random-content').innerHTML = content[random];
}
/* ]]> */
</script>
<div id="random-content">
<script type="text/javascript">
/* <![CDATA[ */
randomcontent();
/* ]]> */
</script>
</td>
</tr></table>
danke