Does it look familiar? It is especially annoying with Google Instant because google reloads the results without actually submitting the form and Safari thinks you are about to throw away the input.
To get rid of the prompt open up Terminal and enter the following command:
defaults write com.apple.Safari DebugConfirmTossingUnsubmittedFormText -bool FALSE
Restart safari and reclaim your sanity.