javascript button help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bryce Maschino

    javascript button help

    I have written a script but my search button will only work in
    Internet Explorer, not Netscape (Mozilla, Firefox). Do you know what
    might cause this or a workaround?

    input type="button" name="button" onclick="search ()" value="search">

    Thanks,
    Bryce
  • VK

    #2
    Re: javascript button help

    input type="button" name="AnyNameYo uWantButNotButt on" onclick="search ()"
    value="search">




    Comment

    Working...