Enter in the address bar of the browser ie8.0 Code Method
Http://www.yunnan.cn
Release Date
22:30:03 Saturday
Source:
People's Network
After IE8 was launched, it attracted the attention of many netizens. I wonder if you know that after you access the target webpage and wait for it to fully open the page, enter the following code in the address bar of IE8 (or press Ctrl + O) and press Enter, you will get some interesting results:
1. Web page reduced by 0.5 times --
Javascript: void (S = document. body. style); void (Z = S. getattribute ('zoom '); If (z) {S. setattribute ('zoom ', (parseint (Z)-50) +' % ');} else
S. setattribute ('zoom ', '123 ')
2. webpage enlargement by 1.5 times --
Javascript: void (S = document. body. style); void (Z = S. getattribute ('zoom '); If (z) {S. setattribute ('zoom ', (parseint (z) + 50) +' % ');} else
S. setattribute ('zoom ', '123 ')