[javascript] Go to URL after OK button if alert is pressed

I need to make sure that when the user clicks OK in a JavaScript alert window, the browser moves to a different URL. Is this possible?

This question is related to javascript alert url-redirection

The answer is