H
HPCon
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('"+typeVar+"')", 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.href = "javascript
isplayImg(\'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???
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('"+typeVar+"')", 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.href = "javascript
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???