howto force mboard into a frame
Posted: Fri Jul 20, 2007 11:24 am
Hi,
How can we force mboard 1.3 to always open in my frameset?
the URL generated in the auto notification email sent for new postings point directly to the new message file that opens in its own windows.
I need to let it open inside my website frameset to have the navigation bar.
The only method I currently know works with javascript like this
<SCRIPT LANGUAGE="JavaScript">
<!--
if (top == self) self.location.href = "mem_index.php";
-->
</script>
but I think this will not work in this dynamic php situation.
Hope you can help.
How can we force mboard 1.3 to always open in my frameset?
the URL generated in the auto notification email sent for new postings point directly to the new message file that opens in its own windows.
I need to let it open inside my website frameset to have the navigation bar.
The only method I currently know works with javascript like this
<SCRIPT LANGUAGE="JavaScript">
<!--
if (top == self) self.location.href = "mem_index.php";
-->
</script>
but I think this will not work in this dynamic php situation.
Hope you can help.