opera 6

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: opera 6

Post by Andy »

It's the old code in the document HEAD problem again.

Opera is giving me real headaches and i've just spent 2 days trying to figure out why the menu doesnt work on anything other than Windows XP and I still don't know the answer ????????????

Also, JavaScript errors do not come with a line number so i'm having to guess the where bugs are and it's very very frustrating.

If you put your code in the body it might work again.

Cheers
Andy
moviesandgameszone@yahoo.
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:24 pm

Re: opera 6

Post by moviesandgameszone@yahoo. »

Hi Andy
Just tried it to no avail, sounds like you are getting more of a headache than me
cheers Andy will keep trying
bueffel.scott@cnf.com
Beginner
Beginner
Posts: 7
Joined: Sun May 19, 2002 7:24 pm

opera 6

Post by bueffel.scott@cnf.com »

Am i doing something wrong i cant get the menu to work in opera 6, works fine in all other browsers, and even works on Anys main page
moviesandgameszone@yahoo.
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:24 pm

Re: opera 6

Post by moviesandgameszone@yahoo. »

Hi Andy
Just thought I'd better let you know, The menu is working in Opera 6 now, it seems to take a good 20 minute to refresh any sort of scripts.
Thanks again
By the way the site I am using it on is http://www.wddauk.co.uk should be completed next week, thanks for a great product. do you have any logos to use as link backs/
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: opera 6

Post by Andy »

Oh THAT problem,

Yeah - I know all about that :-((((((

<RANT=ON>

When debugging Opera I have to tell it to NOT cache anything by switching EVERYTHING off and setting EVERYTHING to zero and even then it still caches for the session you are in.

If I make a change to the .js files I then have to close Opera and reload it because it keeps on caching on ALL versions and that is so annoying.

I have now spent around 3 days solid on this same Opera bug. Made 1000 times worse by the fact that every JavaScript error does not come with an accompanying line number. All I'm getting is:

Error:
name: TypeError
message: Value on left hand side of '.' is not convertible to Object: gm

I'm extremely pissed off with Opera support too - Not heard anything from them re: support, So I'm on my own - again.

</RANT=OFF>

Do you get the impression I'm not a happy bunny at the moment?

Well, Im not. Opera is hindering progress for all of us and nobody is ever allowed to knock Netscape 4 again :-))

Cheers
An almost burned out Andy.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: opera 6

Post by Andy »

Well,

It's Friday night. . . It's 21:40 hours and I've finally cracked the Opera problem - The things I do for you lot - pah :-))

I'm going to have to revert to the old way of doing things where you have to put the code inside the Body of your document - Opera is just so fussy about it, maybe it's the correct way of doing it, I don't know.

I've looked on W3C's site but can't see anything that indicates where you should put your .js code but I have seen text's about how you should NOT have more in your headers than in the body and on average the menu generates around 100K of code per menu so it will normally be a bad thing then.

ho hum.

Andy.
sebastian@active-undergro
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:24 pm

Re: opera 6

Post by sebastian@active-undergro »

Hey Andy, javascript code in the body is perfectly legal, per W3C / HTML 4.01
I would not "sweat it" that your script references have to go into the body, instead of the head.

http://www.w3.org/TR/html4/interact/scr ... l#h-18.2.1

<snip>
The SCRIPT element places a script within a document. This element may appear any number of times in the HEAD or BODY of an HTML document.
</snip>

Cheers,
Robert Tuttle
Senior Web Developer/Architect
United Devices, Inc.
http://www.ud.com/
Post Reply