Thanks for you reply! The thing is, I need the dropdown box to show AFTER the submit button is pressed. If so, the dropdown box won't refresh.
Therefore I found something else! In the input field I just add onClick="history.go()"
<input type="submit" value="Delete" onClick="history.go()">