I got a file not found error in the popup.
Any ideas why?
In this template, there already is "topic Table" tag at the top. Do you put it above that or the script under it.
<!-- topic table -->
<script language="Javascript">
function who(threadid) {
window.open("whoposted.php?s=$session[sessionhash]&threadid="+threadid, "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=200 ,height=300");
}
</script>