Does IE8 seem to remove the hash with any actions containing them?

It looks like you cannot reference the URI that contains the hash, at least using the IE8 Spoon executable, as it deletes them after sending.

It would be great if someone could tell, using legitimate IE8, whether it adds a hash or not.

Note . The version of Spoon that I have just implemented is Release Candidate 1, so this is definitely not the real thing.

Demo

+3
source share
3 answers

, :
www.domain.com/page#hashdestination
:
 www.domain.com/page?hash=#hashdestination

+1

, , - , .

0

As far as I know, hashes are completely ignored in request URLs. The way I understand this, browsers separate the hash part, then send a request, then try to scroll the element corresponding to this hash identifier.

What do you need to send a hash anyway?

0
source

All Articles