Home php教程 php手册 PHP controls front-end pop-up dialog box

PHP controls front-end pop-up dialog box

Aug 22, 2016 am 10:14 AM

Application scenarios:

During the WeChat authorized login process, user confirmation is required, so this requirement is derived;

 The reason why the corresponding logic is not placed on the front end is that this part of the logic is a partial functional business, so it is placed on the back end to facilitate unified management.

Solution:

 When echoing javascript scripts through php, one thing that needs attention here is the buffer.

 The buffer should have three parts, namely php, webserver, and web browser. Real-time output can be achieved through program code or configuration files. Relatively speaking, the backend is controllable, but the buffering mechanisms of different browsers in the frontend are different. Not delved into here. My solution was to allow non-real time output.

One of the requirements for allowing non-real-time output is that the program should not jump after processing the pop-up window. As follows:

 

<?<span style="color: #000000;">php
    
    
    </span><span style="color: #0000ff;">echo</span>  "<script> if(confirm( '请选择跳转页面,是跳转到yes.html  否跳转到no.html? '))  location.href='yes.html';else location.href='no.html'; </script>"<span style="color: #000000;">; 
    
        </span><span style="color: #008000;">//</span><span style="color: #008000;">以下hearder部分,是不可以加入的。
    //header('location:http://www.baidu.com'); </span>
    
    
?>
Copy after login

Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)