Quote:
Originally Posted by yayvb
Try this
Code:
<a class="smallfont" href="#" onclick="openWindow('misc.php?do=profileviews', 300, 400); return false;">Who viewed my Profile?</a>
|
Thanks for your help

Could you tell me exactly how I should place it? Here's the code needed for the slide menu (which is java btw)
Code:
ssmItems[4]=["Who's Online?", "http://www.mysite.com/forum/online.php", ""]
Here's what I put which didn't work.
Code:
ssmItems[5]=["Who Saw Your Profile?", "<a href="#" onclick="openWindow('misc.php?do=profileviews', 300, 400); return false;"></a>", ""]
What did I do wrong?