Re: window.location.hash in firefox
- From: "Dave Anderson" <NPQRWPDWZGSP@xxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 11:15:53 -0500
"Active Discovery Development" wrote:
anyone knows why "window.location.hash" produces a back button
in firefox?
window.location.hash is a string property, not a method. It "produces" nothing. As for why *assigning* something to it results in unexpected behavior...
Specification
DOM Level 0. Not part of any standard.
http://developer.mozilla.org/en/docs/DOM:window.location
i tried this one in IE and Safari but it doesnt give a back button..
when i click the back button the window isnt changing anyway..
is there a way to stop firefox producing back button?
Possibly, but there is no standard for the window object, so you will take your chances with consistency. This looks like it has promise, though:
http://developer.mozilla.org/en/docs/DOM:element.scrollIntoView
http://msdn2.microsoft.com/en-us/library/ms536730.aspx
I could only speculate on Opera or Safari support.
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use of this email address implies consent to these terms.
.
- References:
- window.location.hash in firefox
- From: Active Discovery Development
- window.location.hash in firefox
- Prev by Date: Re: Create a string with (n) copies of the same character
- Next by Date: IE7 onbeforeunload HTA Options
- Previous by thread: window.location.hash in firefox
- Next by thread: Create a string with (n) copies of the same character
- Index(es):
Loading