Home-item opens in new window and not in the specified frame

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Christiaan
Beginner
Beginner
Posts: 5
Joined: Thu Nov 02, 2006 11:39 am

Home-item opens in new window and not in the specified frame

Post by Christiaan »

Hi there,

Can somebody help me with this?
When I click on "Home" or another main-menuitem, it opens in a new window. It should be opened in the main-frame!

- Home redirect to a page home.aspx. (MUST open in mainframe)
- Help to a PDF. (This works)
- The other main-menuitems redirects to "javascript:void(0)". (MUST only open the menu with submenuitems)
The frame names are correct.

The URL: Test-site
OS: MS Windows Server 2003
Browser: IE6

Thnx!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Try upgrading to the newest version and see if that takes care of it.

Ruth
Christiaan
Beginner
Beginner
Posts: 5
Joined: Thu Nov 02, 2006 11:39 am

Post by Christiaan »

Hi Ruth,

Thx for the response. But this is the newest version of the menu, sofar I know.

Christiaan
Ruth wrote:Hi,

Try upgrading to the newest version and see if that takes care of it.

Ruth
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi Christiaan,

You are using version 5.60, we are now at 5.62. We need to have you using the newest version in order to work on the issue since little 'bugs' get fixed as the upgrades come out.

If you want to get a notice when each new version comes out, log in to the forum and click on the watch this topic link at this topic

viewtopic.php?t=3108

Ruth
Christiaan
Beginner
Beginner
Posts: 5
Joined: Thu Nov 02, 2006 11:39 am

Post by Christiaan »

Hi Ruth,

Sofar I know, I have now the newest version installed. But the problem isn't solved yet. When I push the home-button it opens in a new window, and it should be opend in the mainframe.
What do you need, so you can help me with this problem?

The following script is written to topmenu.js:
with(milonic=new menuname("Main Menu")){
style=miniStyle;
alwaysvisible=1;
orientation=1;
top=0;
left=150;
aI("text=Home;url=home.aspx;target=mainframe;");
aI("text=Project;showmenu=Project;onfunction=openSubmenu();offfunction=closeSubmenu();target=mainframe;");
aI("text=Beheer;showmenu=Beheer;onfunction=openSubmenu();offfunction=closeSubmenu();target=mainframe;");
aI("text=Account;showmenu=Account;onfunction=openSubmenu();offfunction=closeSubmenu();target=mainframe;");
aI("text=Help;url=upload/help/help_NL.pdf;target=_new;");
}

with(milonic=new menuname("Home")){
style=miniStyle;
overflow=scroll;
}

The following script is written to mainframe.js:
with(milonic=new menuname("Home")){
style=miniStyle;
overflow=scroll;
}


Grtz, Christiaan
Ruth wrote:Hi Christiaan,

You are using version 5.60, we are now at 5.62. We need to have you using the newest version in order to work on the issue since little 'bugs' get fixed as the upgrades come out.

If you want to get a notice when each new version comes out, log in to the forum and click on the watch this topic link at this topic

viewtopic.php?t=3108

Ruth
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I'll have to post this to someone because I cannot find the problem. That problem does not exist on the frames demo which uses the newest version of the menu, so it has to be something in the page, js or maybe the asp, but that is beyond me. I'll let you know when I get some info.

Ruth
Post Reply