473,395 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

AOL Browser problems with javascript

I have developed a website for a friend who uses the AOL Browser.

The site works fine on Internet Explorer but as soon as he browses it
via the AOL browser version 9.0 the line:

var timer=setTimeout("parent.main.changeLinks('"+typeV ar+"')", 500);

seems to fail.
No error message is received.

The changeLinks function updates the links array for the page to open
a new window which shows a picture of the product, simple javascript
call.
e.g. d.links[i].href = "javascript:DisplayImg(\'xxx.jpg\')";

I have noticed that they are using IE 5.5 and this is displayed as the
browser and version through AOL, so I am trying to get them to update
to IE6 and hoping it cures the problem. However they are worried about
their customers who also use AOL or IE 5.5 or below

the website is http://www.heathcoteaudio.co.uk

any ideas what the problem could be???
Jul 23 '05 #1
3 2679
*HPCon* wrote in comp.lang.javascript:
I have developed a website for a friend who uses the AOL Browser.

The site works fine on Internet Explorer but as soon as he browses it
via the AOL browser version 9.0 the line:

var timer=setTimeout("parent.main.changeLinks('"+typeV ar+"')", 500);

seems to fail.
No error message is received.

The changeLinks function updates the links array for the page to open
a new window which shows a picture of the product, simple javascript
call.
e.g. d.links[i].href = "javascript:DisplayImg(\'xxx.jpg\')";

I have noticed that they are using IE 5.5 and this is displayed as the
browser and version through AOL, so I am trying to get them to update
to IE6 and hoping it cures the problem. However they are worried about
their customers who also use AOL or IE 5.5 or below

the website is http://www.heathcoteaudio.co.uk

any ideas what the problem could be???


Hmmn, almost everything I do at that website throws javascript errors.
The site doesn't function at all without javascript enabled - that is
not a smart move if your friend wishes his company to be listed on
Google and other search engines. On the front page there's a note that
says: "We are a small company ..." - sorry to be blunt, but I wouldn't
have thought they could afford to throw away customers through such a
bad website. Write the site for the web, not for one version of one
browser.

E.g.:
With javascript enabled I'm presented with a warning message telling me
that there's a problem with my browser - excellent way to turn off the
customers' shopping desire. I then notice that much of the layout is
broken. I visit a link in the side bar, a javascript error and no
content in the page. Click, I'm done with that site and onto the next
shop.
--
Andrew Urquhart
- FAQ: http://www.jibbering.com/faq/
- Archive: http://groups.google.com/groups?grou...ang.javascript
- Contact me: http://andrewu.co.uk/contact/
Jul 23 '05 #2
In article <5f*************************@posting.google.com> ,
pe***@conwayclan.com (HPCon) wrote:
I have developed a website for a friend who uses the AOL Browser.

The site works fine on Internet Explorer but as soon as he browses it
via the AOL browser version 9.0 the line:

var timer=setTimeout("parent.main.changeLinks('"+typeV ar+"')", 500);
I'd invoke a local function that invoked changeLinks.

Perhaps this style of referencing another frame will help:
top.frames["nameframe1"].invokeDisplayColor();


any ideas what the problem could be???


For developing an Internet application, it is best to do your
development work in a gekco based browser like Firefox. Why? Firefox
implements only the W3C standards. IE implements the W3C standards plus
a bunch of MS only things. This means once it works in Firefox, it will
be an easy port to IE. Firefox provides a javascript console for error
message, a debugger, a DOM viewer, etc.

Folks do not link horizontal scrolling. You should avoid this on your
page.

Robert
Jul 23 '05 #3
Robert wrote:
<snip>
For developing an Internet application, it is best to do your
development work in a gekco based browser like Firefox. Why?
Firefox implements only the W3C standards.
Stating that Firefox (or any Gecko browser) implements *only* the W3C
standards would be completely untrue. In addition to the W3C DOM
standards, Gecko browsers implement numerous Microsoft DOM features
(innerHTML, offset/clientWidth/Height, etc) and probably (numerically)
more Mozilla proprietary features even than Microsoft managed to stuff
into Windows IE. Try, for example, enumerating the properties under -
window.Components.interfaces - and see how many of the 150-odd object
references returned can be found in a W3C standard.

I don't think there is a single browser that implements only the W3C
standards (NetFront probably comes closest). And a browser that did
probably wouldn't be that useful to script (beyond the relatively
trivial).

<snip> Firefox provides a javascript console
for error message, a debugger, a DOM viewer, etc.

<snip>

That is probably a much better reason for using Firefox for development.
Though it is not the only W3C standard browser with a accurate/useful
error reporting mechanism build in.

Richard.
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Kai Grossjohann | last post by:
It seems that Ctrl-N in Mozilla opens a new empty browser window. That's fine, I don't need to do anything about it. But Ctrl-N in IE appears to clone the current window. Is there a way to...
16
by: Java script Dude | last post by:
To all Mozilla JS Guru's (IE dudes welcome), I have spent the last three years developing complex DHTML applications that must work in IE 5.5sp2+ but I use Mozilla 1.3+** to do all my...
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
3
by: anonieko | last post by:
You can try this code: > > > > > <!--- filename: mypage.html ----> <html> ....blah blah blah <script language=JavaScript src=/Javascript/center.js></script>
68
by: Steve | last post by:
Hi There, Prob a simple answer to this (I hope) but I can't quite work it out yet... I have this in a page: <map name="Map"> <area shape="rect" coords="43,68,52,77" href="map.html"...
7
by: phal | last post by:
Hi I think there are many different browsers to browse to the Internet, how can I write the javascript to identify different browser and display according to the users. Some browser disable the...
6
by: hemant.singh | last post by:
Hi all, I am trying to get a way by which I'll know exactly when user goes out of my site by clicking on close button in browser, So that w/e user click close button in browser, I can send a...
5
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I get my browser to report javascript errors?...
4
by: Nuno | last post by:
Hello, I'm trying to call some web services only using javascript from a html page. I succeeded on doind this in IE with the use of the behavior:url(webservice.htc); (technique founded in the...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.