84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
There is a problem. One page only has buttons, and one page has words. Then click this button, and the words on the other page will change color.
This can help you
HTML5 postMessage communicates with the browser across windowshttps://developer.mozilla.org...
B creates a message that listens to the message sent by window A, and changes color if the conditions are met
Thanks for the invitation!
There are many ways to achieve it:
1) ajax polling2) php websocket, message push, page button message is pushed to the display page instantly3) html postMessage cross-window messaging
In fact, it is all about letting the display get the displayed message
This can help you
HTML5 postMessage communicates with the browser across windows
https://developer.mozilla.org...
B creates a message that listens to the message sent by window A, and changes color if the conditions are met
Thanks for the invitation!
There are many ways to achieve it:
1) ajax polling
2) php websocket, message push, page button message is pushed to the display page instantly
3) html postMessage cross-window messaging
In fact, it is all about letting the display get the displayed message