11 Stimmen

535 Möglichkeiten, die Seite mit JavaScript neu zu laden - was sind die Folgen?

Jemand hat 535 verschiedene Möglichkeiten aufgelistet, eine Seite in Javascript neu zu laden:

http://www.phpied.com/files/location-location/location-location.html

Zum Beispiel:

location = location
location = location.href
location = window.location
location = self.location
location = window.location.href
location = self.location.href
location = location['href']
location = window['location']
location = window['location'].href
location = window['location']['href']
location = window.location['href']
location = self['location']
location = self['location'].href
location = self['location']['href']
location = self.location['href']
location.assign(location)
location.replace(location)
window.location.assign(location)
window.location.replace(location)
self.location.assign(location)
self.location.replace(location)
location['assign'](location)
window.location['assign'](location)
self['location'].assign(location)
self['location']['assign'](location)
self['location']['replace'](location)
location.href = location
location.href = self.location
location.href = window.location.href

Ich bin neugierig, ob jemand weiß, wie diese in den Browsern unterschiedlich behandelt werden - ob man die Seite aktualisiert, aber den Cache löscht - oder nicht, je nachdem?

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X