javascript - Search result links from Google Custom Search not working when viewed in IE6 -


When looking at search results from Google CS in IE6, currently the community site I work on is of this problem .

For example. Attempting to click on any result does not come to provoke the browser to follow the link. It is surprising that clicking or opening click or open in a new window do both work

Has anyone seen something like this before? Any ideas about fixing it?

Here is a possible solution:

Change:

var a = encodeurcomponent || Escape;

with:

  var a = encodeIC object;  

or:

  var a = escape;  

On

Note that the specific IE6 version:

  6.0. I tested your example page with  IE6  version: 

  6.0. 2900.5512.xpsp_sp3_gdr.090206-1234CO  

There was no problem loading the results and subsequent result links.

If the above does not help, make sure that Navigate subframes to different domains is set to Enable . See for more information.

Hope it helps!


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -