Home  >  Article  >  Backend Development  >  PHP gets the id value traversed in foreach in the pop-up box and passes it to the address bar

PHP gets the id value traversed in foreach in the pop-up box and passes it to the address bar

陈政宽~
陈政宽~Original
2017-06-28 13:21:501261browse

This article mainly introduces the relevant information about PHP getting the id value traversed in foreach in the pop-up box and passing it to the address bar. Friends who need it can refer to

1.php Sometimes we need to Get the data traversed in foreach (such as id) in the pop-up box, click the button in the pop-up box and pass it to the address bar to jump. So what should be done.

2. Click the cash withdrawal button. If you have not set a password ->pop-up box

3. Click to set up and pass the user name through the address bar. other pages.

#4. Use the onclick event to pass the parameter charge to the function function. function is a pop-up window function.

#5. Pass the username value. And assign the herf attribute to "Go to Settings".

6.

<p class="mask" ></p>
 <p class="mess">
   <p style="text-align:left;height:50px;line-height:50px;background-color:#3399CC">
   <span style="padding-left:10px;display:block;font-size:18px;">提示<img class="close_window" src="/images/back_img/close.png" style="height:25px;float:right;display:inline-block;cursor:pointer;margin-top:12px;margin-right:10px;"></span>
   </p>
   <p style="width:100%;height:50px;line-height:50px;font-size:17px;margin-top:10px;">  
    <span>该借款人未设置交易密码,请设置交易密码后取现</span>
   </p>
   <p style="height:100px;width:100%;margin-top:20px;text-align:center;">
     <p>
       <a style="width:122px;height:42px;line-height:42px;background-color:#1D8CBC;color:#FFF;display:inline-block;cursor:pointer;border-radius:4px;text-align:center;margin-left:180px;" class="btn1">  
        <span >去设置</span>
       </a>
     </p>
   </p>
 </p>

The above is the PHP introduced by the editor to get the id value traversed in foreach in the pop-up box and pass it to the address column, I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for your support of the Script House website!

The above is the detailed content of PHP gets the id value traversed in foreach in the pop-up box and passes it to the address bar. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn