I get following error at the page http://www.recommended.com/?Id=4:
Microsoft JScript runtime error: Object required
in mmenudom.js and the function
function gpos
h=_gm.offsetHeight
Is there a parameter I need to set ?
Henrik
RC26
-
- Super Advanced
- Posts: 51
- Joined: Thu Feb 27, 2003 9:47 am
- Location: Denmark
-
- Super Advanced
- Posts: 51
- Joined: Thu Feb 27, 2003 9:47 am
- Location: Denmark
-
- Super Advanced
- Posts: 51
- Joined: Thu Feb 27, 2003 9:47 am
- Location: Denmark
Wrong again
Hi John
I have found the error. If you download the example
http://www.milonic.co.uk/menusample.php?sampleid=9
you will see the error in WIN IE6.
The problem came after I solved the problem with the submenu position in MAC IE. If you can remember it I solved it by drawing the submenus before the mainmenu. If I remove the extra drawMenus the problem is solved in IE6 but then I have the problem with submenu position in MAC IE
I will try to solve it somehow
. The site is online Monday !
Henrik
I have found the error. If you download the example
http://www.milonic.co.uk/menusample.php?sampleid=9
you will see the error in WIN IE6.
The problem came after I solved the problem with the submenu position in MAC IE. If you can remember it I solved it by drawing the submenus before the mainmenu. If I remove the extra drawMenus the problem is solved in IE6 but then I have the problem with submenu position in MAC IE

I will try to solve it somehow

Henrik
Hello Henrik -
Took some time off, so I don't have a Windoze box now to look at it (just stuck with that at work!). Hopefully one of the other folks can grab a look before Monday.
Are your folks staying with Mac/IE? As I'm sure you know it's been announced as a dead product there. I guess some folks will hang on, but it's not going anywhere.
Took some time off, so I don't have a Windoze box now to look at it (just stuck with that at work!). Hopefully one of the other folks can grab a look before Monday.
Are your folks staying with Mac/IE? As I'm sure you know it's been announced as a dead product there. I guess some folks will hang on, but it's not going anywhere.
John
-
- Super Advanced
- Posts: 51
- Joined: Thu Feb 27, 2003 9:47 am
- Location: Denmark
Hi John
I have just made a "hack". I have found out that the problem came at the first call of drawMenus. I inserted a dummy main menu together with the submenus and that solved it
-------------
with(recommended=new menuname("main")){
style=style3;
alwaysvisible=1;
orientation="horizontal";
position="relative";
itemheight=0;
aI("text=;");
}
-----------
Also look at the site
http://www.recommended.com/?Id=4
Not the best solution but as long my boss is happy
Thanks for your quick reponse once again
Henrik
I have just made a "hack". I have found out that the problem came at the first call of drawMenus. I inserted a dummy main menu together with the submenus and that solved it

-------------
with(recommended=new menuname("main")){
style=style3;
alwaysvisible=1;
orientation="horizontal";
position="relative";
itemheight=0;
aI("text=;");
}
-----------
Also look at the site
http://www.recommended.com/?Id=4
Not the best solution but as long my boss is happy

Thanks for your quick reponse once again
Henrik