search engine can be displayed on ie but not on mozilla

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whatdaheck
    New Member
    • Jan 2010
    • 1

    search engine can be displayed on ie but not on mozilla

    Hi all, newbie here.
    I'm working on this [removed url] and on the backend usage application i have found some prob that the search engine can be displayed on ie but not on mozilla firefox. i bet it's not the php coding issue but more to the javascript itself.
    anyone can help?thanks in advance.
    Last edited by acoder; Jan 11 '10, 10:43 AM. Reason: removed URL
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    When I tested with the default "Search", it worked. It changed the action to "search-result-for-Search.html" as per the JavaScript code and displayed the results.

    What I would suggest you do is keep it as a standard form with a default action, otherwise if someone has JavaScript disabled, it won't work and will result in an error page.

    Comment

    Working...