function func() { if(confirm("Are you OK?")) { this. location = "ok.php?action=ok"; } else { this.location = "ok.php?action=cancel" } function func() { if(confirm("Are you OK?")) { this. location = "ok.php?action=ok"; } else { this.location = "ok.php?action=cancel" }

ホームページ >バックエンド開発 >PHPチュートリアル >PHP+JavaScript は JavaScript で PHP プログラムを呼び出します