A code of web page zoom [original]

xiaoxiao2021-03-06  64

VAR istep = 0;

Function Zoomout (Returnstep)

{

ISTEP = RETURNSTEP;

Document.all.form1.style.ZOOM = 1 ISTEP / 100;

}

Function Zoomin (Returnstep)

{

iStep- = returnstep;

Document.all.form1.style.ZOOM = 1 ISTEP / 100;

}

Function zoomRev ()

{

ISTEP = 0;

Document.all.form1.style.zoom = 1;

}

Function setzoom (zoomrate)

{

ISTEP = ZOOMRATE-100;

Document.all.form1.style.ZOOM = 1 ISTEP / 100;

}

转载请注明原文地址:https://www.9cbs.com/read-111153.html

New Post(0)