Search found 4 matches

by Roland Roberts
Thu Sep 26, 2002 9:17 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu not showing in Opera 6.04
Replies: 2
Views: 2964

I see you have solved your problem? Could you post how you fixed it? I've had some similar problems and so am curious. E.g., I found Opera 5 and 6 (through 6.03) do not like mmenu if the body has an onload handler.
by Roland Roberts
Thu Sep 26, 2002 9:13 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menus don't work at all for Opera 6.03 on RH Linux
Replies: 2
Views: 3058

Okay, there is another chapter to this story. Don't put an onload handler in te <body> tag, and maybe not in other places. I added the following snippet to my pages

<body onload="if (self != top) top.location = self.location;">

to avoid being embedded in another page. It took a while before it ...
by Roland Roberts
Sat Sep 21, 2002 3:20 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menus don't work at all for Opera 6.03 on RH Linux
Replies: 2
Views: 3058

This would appear to be purely an Opera problem. I have just installed the staticly linked version of Opera 6.03 on a different RH 7.2 system and am having no problems with the menus. I may try (later) installing the shared version here to check that the problem is reproducible, but I have already ...
by Roland Roberts
Fri Sep 20, 2002 11:07 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menus don't work at all for Opera 6.03 on RH Linux
Replies: 2
Views: 3058

Menus don't work at all for Opera 6.03 on RH Linux

I upgraded from Opera 6.0B2 to Opera 6.03 today because Opera 6.0B2 was having a very bad time with some of my pages (went into some sort of infinite loop loading and reloading the page). To my dismay, I found Opera 6.03, at least running under RH Linux 7.2, complains about a JavaScript error when ...