Overwrite window. location and determine whether location is overwritten.

Source: Internet
Author: User

Overwrite window. location and determine whether location is overwritten.

Window in IE. lcoation can be rewritten without re-targeting. The specific method is var location = {}, and then the specific attribute can be rewritten, which brings a certain risk to determine location through js.
How can I determine if location is overwritten? After one afternoon, I tried one of the following methods:

(Location = document. location & location instanceof Location)

This method is only used for IE.


A question about windowlocationhref = windowlocationhref?

The data in the cache used by the browser. not all browsers respond to Windows. location. href = window. location. href. Sometimes the address remains unchanged and the browser does not generate HTTP requests. to refresh the webpage, you can use
Window. location. reload (true );
 
Windowlocationhref usage

Missing & Symbol:
Here is an example:
<Script language = "javascript">
Zookeeper Doc ument. location. href = "./admin_index.asp? UserName = "& request (" patientname ") &" & patientnumber = "& request (" patientnumber "); </script>
Take a closer look:
It should be:
Window. location. href = "B. asp? Dr = "+ a +" & drr = "+ c;

Related Article

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.