/    Sign up×
Community /Pin to ProfileBookmark

I really hate IE because it hates javascript!!

Ok the title was just to vent my frustration
but my real problem is that IE is the only browser where this code doesn’t work!:
it’s at the page:
[url]http://mowers.jacobclarkezone.com/bently/remix/products.php?prodDisplay=All[/url]
but if u want 2 see the works then you should just go to [url]http://mowers.jacobclarkezone.com/bently/remix/[/url]
then follow the links: products>all, note: Flash 8 required

basically a list of products loads through a div tag and is placed into appropriate objects arrays. Where it is then displayed in a list form under headings of “Brand”, “name”, etc. Then a code that ‘ultimator’ made (?Thanks Ultimator?) can arange them by name or colour, id, price etc.

So far in all the prowsers that I have tested it on, only IR doesn’t work.

I really need some help on this one.

Thaks 4 anyone that can help?

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@Arty_EffemAug 27.2006 — Ok the title was just to vent my frustration[/QUOTE]
I hate it when a script is posted without acknowledgement of the errors that it indicates in the console...

It doesn't work in Opera either.

[CODE]if(typeof products == "undefined") products = new Array();
products.push(curProduct);
[/CODE]
The line above fails because 'products' already exists initially as presumably a page element, therefore although it isn't an array, it isnt undefined either. Change the name throughout. This will just leave you with a strange rendering problem in I.E.
×

Success!

Help @jclarke spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...