It also depends on what your "javascript relocation" is. Rather than making a new entry in the DOM's history object (iow sending the browser somewhere), you could be changing the value of href in the history object in order to effect this change. This is replacing the "where you are" value in the array (instead of adding a new one), which leaves no record in the DOM history to become the next referrer.
Instead of "location.href =", consider perhaps using a hidden form and submitting it with javascript instead. Most browsers should document history nicely using that method. Alan K. Holden -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
