Hello,<br>I am working with a perl program that has a form with a Submit button for performing a search. The button is a image file, and works correctly as shown in the section of code below:<br>------------<br>print $query->image_button(-name=>'search',<br>-src=>'<A HREF=" TARGET="_new"> would like to remove the image button, and use a regular Submit button, so that a user can simply hit 'Enter' to perform a search instead of physically having to click on the image. I have tried the following code:<br>-----------<br>print $query ->submit (-name=> 'search',<br>-value=>'Submit');<br>-----------<br>which ~appears~ to work fine, but never returns any results.<br>Everything I try seems to work OK, but nothing produces search results (or errors)...except using the button_image. I can't understand what is wrong with my script were I can't eliminate that graphic and still have the same functionality?<br><br>Any and all advice on this is greatly appreciated!<br>TIA!<br>-Jim