doutan8506 2013-08-04 21:57
浏览 99

HTML表单:2个操作1提交按钮

I was just wondering how to run 2 different actions from 1 submit button. The reason I ask this, is I have a file upload script which I installed to the page, which is a .cgi file. I need to run a .php as well so that I can submit to a database and send an email, is there anyway that I can do this?

To sum it up quite quickly, what I am looking for is something that will do this: (I know this won't work, just for principal)

<form action="email.php upload.cgi" method="post"> This is a simplified version of my form I have other parameters and such for the form.

  • 写回答

1条回答 默认 最新

  • dousao9569 2013-08-04 23:36
    关注

    Can you have 2 actions for 1 form?

    The answer is...No. A form must have exactly one action. However, the server-side (e.g., CGI) program that processes your form submissions can perform any number of tasks (e.g., updating a database, sending email, logging a transaction) in response to a single form submission.

    One way around this would be to use JavaScript ( or jQuery ) to submit the form, but of course you will have to consider this twice before doing it.

    评论

报告相同问题?

悬赏问题

  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗
  • ¥15 ikuai客户端l2tp协议链接报终止15信号和无法将p.p.p6转换为我的l2tp线路