I am having an issue with a client and their search button not working when you click on it. The strange thing is that when you type in the search bar and hit enter then it works but otherwise it won't.
You can view the blog and issue by going here: http://www.jacksonokeefe.com/news/index.html
Reported on Movable Type 4.3

Hi Andrew,
The reason why your search button doesn't work is that it misses the parameter:
name="search"
Add it, then republish your client's entire blog and you would see that it works.
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
----------------------------------
Open Melody Demo
http://www.openmelodydemo.org/
I added it and published the blog and it still isn't working.
is what I put in the code.
Take away the name="search" parameter from all the fields, excepting from:
<input style="margin: 10px 0 0 15px;" name="search" value="" />
Then replace:
type="button"
With:
type="submit"
Republish the whole blog and test again.
I followed what Mihai said to do and it worked flawlessly!
Thanks.
You're welcome Clayton!
Thank you very much! That worked perfectly.
You're very welcome Andrew!