Quote:
Originally Posted by C.Birch
1) add the following java to the header:
<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}
</script>
|
Thank you. Seems to have done the trick. However, I had the change index.php?func=m_frameset to bbmessenger/index.php?func=m_frameset.
What is the location.href="../index.php"; for?