Enter the code in the address bar of the browser ie8.0

Source: Internet
Author: User
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 ')

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.