ich habe das Forum innerhalb eines Framesets eingebunden. Bei statischen Seiten kann ich recht einfach sicherstellen das dass Frameset nachgeladen wird. Wie mache ich das mit dem pbpBB Forum??
Wilfried

Code: Alles auswählen
</script>
<script language="JavaScript" type="text/javascript">
<!--
if(top.location.href == self.location.href)
top.location.href = "helpline.htm?urlw=" + escape(self.location.href)
//-->
</script>
Code: Alles auswählen
<script language="JavaScript">
<!--
function ladeframenach() {
if(!parent.leftFrame)
location.href="/index.htm?" + location.pathname;
}
//-->