dongtuan1980 2013-01-19 10:14
浏览 57

将值从JavaScript确认传递到Codeigniter Controller

I am new to JavaScript and Codeigniter. I want to know how to pass the JavaScript confirmation (Yes/No) to Codeigniter Controller.

For Example I have a link

Update all records. (how to link this?).

Once the user click it, there's a pop-up message that says Are you sure?. If yes then it will be passed to controller/model and do the updates if no it will stay on the same page.

Or can somebody teach me other approach?

  • 写回答

4条回答 默认 最新

  • drktvjp713333 2013-01-19 10:18
    关注

    You can submit a form using a link like this:

    <a href="javascript:{}" onclick="formanName.submit();"> linktext </a>
    

    to ask for confirmation before sending, you can try:

    <a href="javascript:{}" onclick="if(confirm('Message?')) { formName.submit();}"> linktext </a>
    

    where formName is the name of the form you want to submit. I hope that helps.

    评论

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog