Which windows popup are you talking about? I'm not familiar with that term. If you mean a popup window, you could use the javascript:open() method for the href in ssmItems.js, example:
Code:
ssmItems[4]=["Message Forum", "javascript:open('http://www.codingforums.com', '_new', 'width=600, height=500')", ""]
If you just want a new window or tab (lets the browser decide which):
Code:
ssmItems[4]=["Message Forum", "http://www.codingforums.com", "_new"]
If you want more help, please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks