alertでダイアログ(メッセージボックス) を表示する方法です。 alertでダイアログを表示するには、alert関数の引数に表示したいメッセージを指定するだけです。
I recently wrote a column on how to open a dialog box in an ASP.NET MVC application. In that column, I had the HTML for the dialog box dynamically generated at runtime from a Partial View and ...