Announcement

Collapse
No announcement yet.

Search facility not working in FireFox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Search facility not working in FireFox

    Hi,
    I use the product search facility which works fine in IE (and on a PS3) but not in FireFox. It finds the products ok but when you click on the desired item the single product page loads up and then immediately goes back to the home page. Any ideas as to what could be wrong?

    Thanks

    #2
    Originally posted by losthope View Post
    Any ideas as to what could be wrong?
    The URL guessing crystal ball needs to start working .

    Comment


      #3
      Someone's fiddled with your <body ...> tag. Some pages use the correct
      Code:
      <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
      And some have
      Code:
      <body  onload="goToAnchor();" >
      Which is very likely the culprit.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks for your idea....
        Do you know where i go to change it?
        Thanks again

        Comment


          #5
          In your overall layout. However that onload="goToAnchor();" isn't part of Actinic. Best check with whoever added that in case something else relies on it.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Yep it works now. Many thanks

            Comment

            Working...
            X