Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
挿入コマンドが成功した後にユーザーに成功ポップアップを表示したいのですが、ユーザーが [OK] をクリックすると、別のビューにリダイレクトされるはずです。誰でも提案できますか
ブラウザのポップアップについて話している場合、Javascript は
alert("Success!");
次のコード行は、ユーザーが [OK] をクリックするまで実行されません。したがって、そこに必要なコードを追加して別のビューにリダイレクトできますが、それを行う方法はたくさんあります。