Using JS ActiveXObject Browser Full Screen implementation method

Source: Internet
Author: User

Using JS ActiveXObject Browser Full Screen implementation method
The ActiveXObject object is a reference that enables and returns a Automation object. How to use:
newobj = new ActiveXObject (servername.typename[, location])
The ActiveXObject object syntax has these parts: where the newobj is a required option. The name of the variable to assign to ActiveXObject.
ServerName is a required option. The name of the application that provided the object.
TypeName is a required option. The type or class of the object to create.
Location is optional. The name of the network server on which the object was created.

The Automation server provides at least one class of objects. For example, word processing applications may provide application objects, document objects, and toolbar objects.

<title>test</title>
<script language= "Web Effects" >
function Fkey () {
var Wsshell = new ActiveXObject (' Wscript.Shell ')
Wsshell.sendkeys (' {f11} ');
}
</script>
<body>
<a href= "Javascript:fkey ()" > Screen switching </a>
</body>

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.