Hi there silversurfer,
ERROR 1:
I cannot reproduce this in any version of IE.
Firefox on the other hand spit out a nasty error on page load:
Code:
Error:[Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://wavemobilephones.com/catalog/view/javascript/jquery/object2vr.js :: <TOP_LEVEL> :: line 6" data: no]
And Opera tells me this:
Code:
Error:DOMException: NETWORK_ERR
ERROR 2:
I can reproduce this in IE and Chrome. A look at the console tells you more.
In chrome, when I try to refine my search using the drop downs I see:
Code:
XMLHttpRequest cannot load http://wavemobilephones.com/index.php?route=module/banners/FindYourDeal. Origin http://www.wavemobilephones.com is not allowed by Access-Control-Allow-Origin.
In IE I see something similar:
Code:
SEC7118: "XMLHttpRequest" for http://wavemobilephones.com/index.php?route=module/banners/FindYourDeal requires Cross Origin Resource Sharing (CORS).
All of this points to your AJAX calls being cross domain.
Could you post the code that you are using to make the AJAX calls?
Bookmarks