Hash: sets or obtains the segments following the # In the href attribute. Href: set or obtain the entire URL as a string. Through the following test, you will find the difference, put the code in your HTML, and then open it in a browser. Test procedure:
Click "HYPERLINK" and you will find that the URL in the address bar has changed. There is an additional "# foo" after the URL ".
Click "
1.doc ument. Location. href returns the complete URL. Such as: http://www.cftea.com/foo.asp? P = 1Reference location. Search is from the current URL? String starting
Such as: http://www.51js.com/viewthread.php? Tid = 22720
What is its search? Tid = 22720
With this function, you can easily obtain the parameters following the connection. This function allows the us
First, let's take a look at several location types. the differences between href and href are as follows. differences between href and js implement the iframe framework function of a webpage. If you are interested, please take a look at the following: window. location.
Cause Analysis of window. Location. href ineffective
December 29, 2007 | classification: JS + Ajax | Tag: jslocation | popularity: 2,170 ℃
Today I wrote a jump JS and used window. Location. href. The Code is as follows:
Function showenquirylistbytype (typeid ){VaR uurl = "/enquiry/LIST /? Type = enquery calss = "+ typ
Self. Location. href = "/url" the current page opens a new page, which is the same as the default location. href, windows. Location. href, or this. Location.
Location. href has many usage methods in js mainly to control page navigation or jump to the upper-level framework page. Below I have sorted out the location for you. the href address jump parameter introduction is helpful to you.
Location.
*. Location. href usage:Top. Location. href = "url" opens the URL on the top-level page (jump out of the Framework)Self. Location. href = "url" only opens the URL address on this pageParent. L
Window is used in IE. location. if the href method redirects, the referer value will not be blank if the referer value is empty in tag a. The following shows the specific implementation Code recently, the company website needs to collect statistics on the pages on which users enter the registration page. In the beginning, it is simply obtained through $ _ SERVER ['HTTP _ referer'] (php) on the SERVER side.
Document directory
Chinese garbled characters
Chinese Garbled text. window. location. href url contains Chinese characters. The server receives Garbled text.
(1). encode Chinese characters on the page.
For example, window. location. href = url + " groupName =" + encod
JS obtains the url link string location. href
Sometimes we need to obtain the URL of the current webpage for our judgment. Generally, we use location. href to obtain the URL.
Js: location. href
It can be intercepted to obtai
Location. href in javascript has many usage methods, mainly as follows.Self. location. href = "/url" the current page opens the URL pageLocation. href = "/url" the current page opens the URL pageWindows. location.
Http://topic.csdn.net/u/20090206/10/68677365-dcea-4278-a77f-2f03c3cbf635.html
You can change window to document. I still don't know why.
Window. Open (URL );
Http://hi.baidu.com/swordtomb/blog/item/7cec781e2675af134034177f.html
Sometimes, when performing JS redirection, we find thatCodeThe execution is completed, but the execution result can be displayed only after refresh. The original result is as follows:
Window.
Window. location. href after the jump, the session becomes invalid in a php call window. location. href after the jump, the session becomes invalid on the page after the jump. how can this problem be solved?
Reply to discussion (solution)
Where to jump? Your code
Where to jump? Your code
$url = "ma
Copy codeThe Code is as follows:$ ("A"). click (function (){Window. location. href = "xxx.html ";}) The Code is as above. In IE, especially in IE6, after clicking the hyperlink, the browser does not jump.The cause may be that the event behavior is blocked by javascript: void (0) in href. The solution is as follows:1. Add return false to The onclick event to preve
*. Location. href usage:Top. Location. href = "url" opens the URL on the top-level page (jump out of the Framework)Self. Location. href = "url" only opens the URL address on this pageParent. L
I met a location in IE6 today. href bug. in IE6, write href as javascript:; javascript: void (0); In tag a, and bind the onclick event to the tag, click and execute location. href implements page Jump, for example, the following code:
Or
The code for the toURL function is
Window. navigate only supports ie browsers, while window. location. href is compatible with all browsers, so I do not know why window. navigate appears. Here I will introduce it to you.
The first note is that window. navigate and window. location. href both implement Page Link jump. The following describes their differ
Analysis of Invalid window. location. href redirection settings in JS
Problem
Window. location. href redirection setting in JS is invalid.
The Code is as follows:
The reason is that the href jump of tag a will be executed before the jump set by win
Use a js jump by clicking a button. The statement is simple:During the test, it was found that it could be used in IE, while firefox could not. So I added a window in front of the location, which is changed:Onclick = "window. location. href ('HTTP: // baidu.com ');"Still unavailable.So I went to baidu and found an answer:Use window.
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.