Hi,
I'm using zoom search on IIS with the aspx search results page "search.aspx". I've added the aspx code shown below to an aspx results page that has a bunch of graphic elements on it.
The results page works fine in Internet Explorer 7 and 8 (as shown here )
However, in Firefox 5x on pc and mac, and safari on pc and mac, none of the graphics on the page show up as shown here
Any ideas?
Thanks,
Marc
I'm using zoom search on IIS with the aspx search results page "search.aspx". I've added the aspx code shown below to an aspx results page that has a bunch of graphic elements on it.
Code:
<%@ Register TagPrefix="ZoomASPX" Namespace="ZoomASPX" Assembly="ZoomASPX" %> <ZoomASPX:ASPXSearch id="ASPXSearch" runat=server/>
The results page works fine in Internet Explorer 7 and 8 (as shown here )
However, in Firefox 5x on pc and mac, and safari on pc and mac, none of the graphics on the page show up as shown here
Any ideas?
Thanks,
Marc
Comment