extern forum inladen in module lukt niet
iframe lukt niet met wat moeite
lukte het me om een schermpje te krijgen waar dus aleen de achtergrond geladen werd
het betreft een flash forum.
wat wegens nieuwe scripts niet meer in zijn sub goed te vinden is.
vandaar ik het in het systeem wou integreren
de opbouw van een module is zo
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
class liveradio {
function index() {
section_content('
');
section_close('Live Radio');
}
}
?>
class liveradio {
function index() {
section_content('
');
section_close('Live Radio');
}
}
?>
als ik deze iframe erin zet krijg ik een blokje met achtergrond maar geen inhoud
<iframe SRC="http://forum.streetrave.nl.nu/index.php" width=\"100%\" height=\"100%\" frameborder=\"0\">If you can read this your browser does not support iframes.</iframe>
de module bestaat ook in menu vorm
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
class test {
function index() {
section_content('');
section_close('Title');
}
function test1() {
section_content('This is test 1');
section_close('Title 1');
}
function test2() {
section_content('This is test 2');
section_close('Title 2');
}
}
?>
class test {
function index() {
section_content('');
section_close('Title');
}
function test1() {
section_content('This is test 1');
section_close('Title 1');
}
function test2() {
section_content('This is test 2');
section_close('Title 2');
}
}
?>
heb als diverse iframe opmaken voor php of includes geprobeerd met helemaal niks als resultaat
de index van me forum ziet er zo uit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<title></title><style type="text/css">
<!--
html {
height: 100%;
}
body,td,th {
font-family: Verdana;
font-size: 12px;
color: #333366;
}
body {
height: 100%;
margin: 0px;
background-color: #FFFFFF;
cursor:default;
}
</style>
</head>
<script language="javascript" type="text/javascript" src="js/swfOBJ.js"></script>
<body>
<script language="JavaScript" type="text/javascript">
var s = new Swf("Board.swf","100%","100%","8,0,0,0", "Board");
s.write();
</script>
</body>
</html>
deze haalt een swf bord binnen
enige wat tot nu toe zichtbaar werd in me frames was het inladen
en de background maar geen inhoud
iemand enig idee hoe ik dat ga fixen
Er zijn nog geen reacties op dit bericht.