当前位置:网站首页>System a uses window.open to call system B, and system B carries data back to system a after processing the business
System a uses window.open to call system B, and system B carries data back to system a after processing the business
2022-07-24 09:47:00 【The health of the bright moon in Qin Dynasty】
- A System core code block ( domain name :www.lgfq.work)
openB: function () {
var _this = this;
var iWidth = 1400;
var iHeight = 750;
var iTop = (window.screen.availHeight - 30 - iHeight) / 2;
var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;
window.open("https://www.lgcxc.cn/xxx", " call B System ", "width=" + iWidth + ", height=" + iHeight + ",top=" + iTop + ",left=" + iLeft + ",toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no,alwaysRaised=yes,depended=yes");
window.addEventListener('message', function (e) {
console.log(e.data);
}, false);
},
- B System core code block ( domain name :www.lgcxc.cn)
if (window.opener != null && !window.opener.closed) {
window.opener.postMessage(JSON.stringify({
exp_group_id: data.data.exp_group_id
}), 'https://www.lgfq.work/xxx');
window.close();
} else {
// Other processing logic
}
边栏推荐
- Raspberry Pie: serial port login does not display print information
- Firewall off and on command
- This article takes you to understand the dynamic memory allocation of C language
- Server load and CPU performance tuning
- C#/VB. Net: convert word or EXCEL documents to text
- 【笔记】什么是内核/用户空间 从CPU如何运行程序讲起
- [example] v-contextmenu right click menu component
- 程序的编译与链接
- Basic knowledge of PHP - complete collection of PHP functions
- An article takes you to understand the operation of C language files in simple terms
猜你喜欢
![Calculate CPU utilization [Prometheus]](/img/00/d9f297e3013cabbf3d41be58105fc7.png)
Calculate CPU utilization [Prometheus]

Will your NFT disappear? Dfinity provides the best solution for NFT storage
![Learn more about the synchronized lock upgrade process [concurrent programming]](/img/d8/a74d0e151aa16d4a02566a8a822285.png)
Learn more about the synchronized lock upgrade process [concurrent programming]
![[example] v-contextmenu right click menu component](/img/d7/9287b24a6d9ada01a7f258dd34f0f8.jpg)
[example] v-contextmenu right click menu component

Development history of the first commercial humanoid biped robot in China
![[don't bother to strengthen learning] video notes (II) 2. Write a small example of Q learning](/img/b1/d5c869bc68ba273be2030202f94a55.png)
[don't bother to strengthen learning] video notes (II) 2. Write a small example of Q learning

Code random notes_ Linked list_ Turn over the linked list in groups of 25K
![[C language] implementation of three versions of address book small project (including source code)](/img/3b/926001332ec05378de4c35dc28ed55.png)
[C language] implementation of three versions of address book small project (including source code)

Vscode failed to use SSH Remote Connection (and a collection of other problems)

It is reported that the prices of some Intel FPGA chip products have increased by up to 20%
随机推荐
With 8 years of product experience, I have summarized these practical experience of continuous and efficient research and development
[robot learning] mechanism kinematics analysis and MATLAB simulation (3D model +word report +matlab program)
PHP debugging tool - socketlog installation and usage
Detailed LinkedList
[don't bother to strengthen learning] video notes (III) 2. SARS learning realizes maze walking
《动手学深度学习》(七) -- 边界框和锚框
Use of jstack "JVM common commands"
【笔记】什么是内核/用户空间 从CPU如何运行程序讲起
Simple parsing JSON strings with regular expressions
PHP Basics - PHP types
Centos7 install mysql8.0
What's the difference between testing / developing programmers' professionalism and salted fish? They don't want to be excellent coders?
Raspberry Pie: /bin/sh: 1: bison: not found
JS locate Daquan to get the brother, parent and child elements of the node, including robot instances
[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)
Android Version Description security privacy 13
Wenxin big model raises a new "sail", and the tide of industrial application has arrived
Makefile variables and dynamic library static library
[don't bother with reinforcement learning] video notes (I) 3. Why use reinforcement learning?
String sort