Home > front end >  Double screen by tomcat, node. Js, apache, open a new page, why can't automatically zoom in to
Double screen by tomcat, node. Js, apache, open a new page, why can't automatically zoom in to

Time:12-11


There are two files a.h HTML, b.h HTML
Requirement is, click a file, and open the page b, and b.h HTML amplification with double screen,
A simple click a.h HTML, can achieve the effect,
But if the two files in the tomcat, through the site to start the a.h HTML (http://192.168.2.24:8080/test/a.html),
B.h at this time about the size of the HTML only one screen size,
Is there any way to solve it?

Browser: IE11
A code file:
 
Var BSH=Windows. The screen. The height;
Var BSW=Windows. The screen. The width;
//alert (" BSH: "+" BSW: "+ + BSH BSW);
"Fullscreen option==no, toolbar=0, menubar=0, the resizable=0, left=0, top=0, width=" + BSW * 2 +, "height=" + BSH
Window. The open (" b.h HTML ", "main", option).
//window close 処 principle with
Ow=window. The open (" ", "_top");
Ow. Opener=window;

CodePudding user response:

In the case of can and under the condition of no

All alert once BSH BSW values to see is there a difference?

CodePudding user response:

Badly ill