How to auto-submit from a text field?

HI all,

how can I auto-submit from the text fields to the “go” button ?

Lot Number :<%= text_field_tag(“lot_number”) %>

Buyer Name :<%= text_field_tag(“buyer_name”) %>

<%= submit_tag(“GO”) %>

Thanks !