![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveajax bookmark problem
From: Tony Rice <rtphokie@gmail.com>
Date: Mon Jan 30 2006 - 23:55:22 CET
I"d like to hear critiques on the following method for dealing with the
document.location.hash = document.location.hash + '¶m=value';
So the URL gets updated like so:
When that page is loaded from that bookmark, I'm converting that
var hash = document.location.hash.substr(2);
Is it correct that the hash (i.e. everything after the # in the URL) is
The reload to incorporate those parameters in the URL is time consuming.
|