Javascript and vbscript data sharing _ javascript skills

Source: Internet
Author: User
If Javascript and vbscript data sharing is flawed, please point out, thank you

1. common global variables
There are many methods to reference a global variable in browser. you can directly reference this variable or use window. variable is used to reference global variables because the global variables belong to the window form. However, when a new window is opened, the browser automatically clears the existing variables (that is, each newly opened page is a "innocent web page". Therefore, you cannot reference variables defined previously in the new window. if you want to reference them, you can obtain them in a directed manner, for example, you can obtain the URL by passing URL parameters. However, this is the case later.) for example:
Script
Var global = "this is a global var ."
Script

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.