PDA

View Full Version : Help with side menu'


hbk
12-09-2005, 09:40 PM
Hi everyone, I'm from Italy, sorry for my english.
I downloaded side menu', but when I click on a link, the page is displayed in another window. Id' like to click and change web pages in the SAME window.
Can someone help me?

Many thanks.

jscheuer1
12-10-2005, 12:00 AM
Look inside the file:

ssmItems.js

Find the line that begins:

linkTarget=

If it isn't already, set it to "_top":

linkTarget="_top"

You can also try:

linkTarget=""

hbk
12-10-2005, 09:26 AM
Ok! Now it works.

Many thanks! :)