Fix: Pressing "enter" when doing Search in Company Directory (Internet Explorer)
Posted: Thu Sep 02, 2010 5:21 pm
				
				There was an issue with Company Directory Search funciton in Internet Explorer (IE).  When I hit "enter" the form returned only a blank page.  All you have to do is add the following line somewhere in the form:
I hope this helps you
			Code: Select all
<input type="hidden" name="{$actionid}cd_submit" value="{$mod->Lang('submit')}" />