If you want it to open the PM message , or go to your PM box in the same window , change the following in the pm_pop_up script :
Code:
<a href="#" onclick='window.open("private.php?do=showpm&pmid=$newpm[pmid]", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes, resizable=yes,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Read this message</a>
<br /><br />
<a href="#" onclick='window.open("private.php", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes, resizable=yes,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Go to my PM inbox</a>
</td>
to
Code:
<a href="private.php?do=showpm&pmid=$newpm[pmid]" >Read this message</a>
<br /><br />
<a href="private.php" >Go to my PM inbox</a>
....well.....it works for me !