Top "Window.location" questions

window.

Pass PHP Variable into Java Script window.location

I am trying to pass a php variable into a java script window.location that returns a user to the …

php javascript window.location
window.location.search query as JSON

Is there a better way to convert a URL's location.search as an object? Maybe just more efficient or trimmed …

jquery json search window.location
What's the difference between $locationChangeSuccess and $locationChangeStart?

What's the difference between $locationChangeSuccess and $locationChangeStart? They are both undocumented events related to window.location.

angularjs window.location
window.location = #anchor doesn't work in IE

On this map: http://web.pacific.edu/documents/marketing/campus-map/version%202/stockton-campus-2.0.htm I have an anchor at the top, …

javascript internet-explorer hash anchor window.location
Sending parameters via url during reload

I am doing an ajax request and in the success callback I want to refresh the page to reflect the …

javascript html url window.location
Why won't window.location load a new page?

This bit of code used to work, and now it doesn't: var url = myurl +'?id=' + id + '&…

javascript html url redirect window.location
Is there a way to have an onload callback after changing window.location.href?

Essentially what I'd like to do is something to the effect of this: window.location.href = "some_location"; window.onload = …

javascript onload window.location
Use of window.location doesn't work on iPad

I'm using some JavaScript that will redirect the user to another URL after a fixed period of time. This is …

javascript ios window.location
use parameters in window.location.replace

I have the following script which works fine: if(error1 == 1){ window.alert('You have already signed up!'); window.location.…

javascript php url-parameters window.location