[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
alf Of Andy Matthews Sent: Tuesday, December 11, 2007 11:31 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: OT: Browser history object and the back button I'm actually trying that right now and it's not working in my basic testing. -Original Message- From: jquery-en@g

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
ry] Re: OT: Browser history object and the back button Could you use location.replace instead of location.href? It'll do the same thing but overwrites the current record in the browser history instead of making a new one, AFAIK. Regards, Michael PRice

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
As an addendum to this, I was doing some research and found the location.replace method. But it doesn't appear to work in either Firefox 2 or IE 7. I'm guessing that it's been removed/deprecated due to potential security issues? Anyone have any input on that? _ From: jquery-en@googl

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Michael Price
Could you use location.replace instead of location.href? It'll do the same thing but overwrites the current record in the browser history instead of making a new one, AFAIK. Regards, Michael PRice