[SOLVED]Link in Menu block won't trigger pop up window.

Hello folks.
I installed a mod called Personal Notes 1.4.10. Everything works fine. In the overall_header.tpl there are these edits:
What I'm trying to accomplish it remove the link from the overall header and put the link in my Menu block. I put this code in the portal block]<img> <a>Notes</a><br>[/code]
The problem is that the overall header link will trigger a pop up window but the link in the Menu block wont? It's just opens a full page. It bypasses IM Potal completely? In fact it opens it's own page with no overall header or footer?
Is there a way I can get the link to trigger the pop up window?
Please let me know.
Thanks!
I installed a mod called Personal Notes 1.4.10. Everything works fine. In the overall_header.tpl there are these edits:
- Code: Select all
##-----[ OPEN ]------------------------------------------#templates/subSilver/overall_header.tpl ##-----[ FIND ]------------------------------------------#</head> ##-----[ BEFORE, ADD ]------------------------------------------#<script> <function> </script> ##-----[ FIND ]------------------------------------------# <td><span> <a><img>{L_FAQ}</a></span><span> <a><img>{L_SEARCH}</a> <a><img>{L_MEMBERLIST}</a> <a><img>{L_USERGROUPS}</a> ##-----[ AFTER, ADD ]------------------------------------------#<BEGIN><a>{L_NOTES}</a><END>
What I'm trying to accomplish it remove the link from the overall header and put the link in my Menu block. I put this code in the portal block]<img> <a>Notes</a><br>[/code]
The problem is that the overall header link will trigger a pop up window but the link in the Menu block wont? It's just opens a full page. It bypasses IM Potal completely? In fact it opens it's own page with no overall header or footer?
Is there a way I can get the link to trigger the pop up window?
Please let me know.
Thanks!