The following is my search bar code:
But when guests try to search, they got internal server error. My search file is search.cgi.
Code:
<center><p><img src="logo.jpg" border="0" alt="" /> <form method="get" action="/search/search.cgi/"> <table cellpadding=0 cellspacing=0> <tr valign=top><td width=25%> </td> <input type=hidden name=bih> <div class=ds style="height:32px;margin:4px 0"> <input type="text" name="zoom_query" input autocomplete="off" maxlength=2048 class="lst" title="Hinsmart Search" value="" size=70 style="background:#fff;border:1px solid #ccc; border-bottom-color:#999;border-right-color:#999;color:#000;font:18px arial,sans-serif bold; height:25px;margin:0;padding:5px 8px 0 6px;vertical-align:top"></div> <style="line-height:0"> <input type="submit" value="Hinsmart! Search" class="zoom_button" />
Comment