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!
Home-item opens in new window and not in the specified frame
-
- Beginner
- Posts: 5
- Joined: Thu Nov 02, 2006 11:39 am
-
- Beginner
- Posts: 5
- Joined: Thu Nov 02, 2006 11:39 am
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
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
-
- Beginner
- Posts: 5
- Joined: Thu Nov 02, 2006 11:39 am
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
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