Fw: [請益] CakePHP with submit button
※ [本文轉錄自 PHP 看板 #1IER740J ]
作者: picadar () 看板: PHP
標題: [請益] CakePHP with submit button
時間: Wed Sep 18 21:59:30 2013
目前因為一些需求, 開始研究CakePHP
想請問一下, 若我在 View 的 .ctp file裡面有個 submit button
但在submit前, 想先跳出一個confirm視窗, 讓使用者確定是否真的要submit
若是才真的POST進 Controller, 若否就不處理,
我目前不懂, 該怎麼based on onclick()的return value來作這件事呢?
我有辦法透過CakePHP的 html helper拿到嗎? 或者有什麼辦法嗎?
謝謝!
View:
<input type="submit" name="setprofile" id="profileupdate" value="update"
onclick="ret_value=confirm('Are you sure');" />
Controller:
$this->param['form']?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 223.217.0.246
→
09/18 22:31, , 1F
09/18 22:31, 1F
※ 發信站: 批踢踢實業坊(ptt.cc)
※ 轉錄者: picadar (223.217.0.246), 時間: 09/18/2013 22:48:56
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章