Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Internet Explorer Error


remelic

Recommended Posts

I have this problem that I cant seem to resolve. Internet Explorer gives me an error when ever someone tries to view a product. Says the page cannot be loaded and gives a page-cannot-be-displayed.

 

http://ricksfinesilver.com/prod_info.php?products_id=37

 

any ideas?

Ive even tried re-writing the page.

I've checked included files for anything strange.

The rest of the site works fine.

 

Thanks

Link to comment
Share on other sites

If I found the right line (53) in "linkanymenu.js", it's

el.style.filter="progid:DXImageTransform.Microsoft.alpha(opacity="+ value*100 +")"

 

I think that's only needed if you have .png image files using alpha channel (variable opacity). If you don't, try commenting out the line (with //) and see if matters improve. If you do, you'll have to do some digging to find the cure (or at least, a workaround). I tested with IE6 and it blew up on line 53, which I presume is in this Javascript file. That level of IE may not like the format of the call ("opacity=nn").

Link to comment
Share on other sites

If I found the right line (53) in "linkanymenu.js", it's

el.style.filter="progid:DXImageTransform.Microsoft.alpha(opacity="+ value*100 +")"

 

I think that's only needed if you have .png image files using alpha channel (variable opacity). If you don't, try commenting out the line (with //) and see if matters improve. If you do, you'll have to do some digging to find the cure (or at least, a workaround). I tested with IE6 and it blew up on line 53, which I presume is in this Javascript file. That level of IE may not like the format of the call ("opacity=nn").

 

Right, I see. I did comment out the line but it still failed. I also commented out the whole script file and the page loaded fine so it is the file for sure. Thanks for your help thus far. I'll try some things and post the results.

Link to comment
Share on other sites

Opened up fine for me on FF & IE (Version 7.0.5730.11)

 

Get a JS error anylinkmenu - undefined in IE (however that didn't prevent the page to show up)

 

Thx

Best Regards,
Gaurav

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...