Topic: javascript error I can't figure out (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 1393 |
posted 05-12-2008 02:05
Hey all, code: header("Location: /path/page.php?var=result#godown");
|
Paranoid (IV) Inmate From: Norway |
posted 05-12-2008 21:28 |
Paranoid (IV) Inmate From: 1393 |
posted 05-13-2008 05:52
Hi poi, |
Paranoid (IV) Inmate From: Norway |
posted 05-13-2008 09:28
If it's local, it might be IE6 that is over zealous about security ... |
Paranoid (IV) Inmate From: Umeå, Sweden |
posted 05-13-2008 18:34
Not sure whether I'm on the right track or not, but I think anchors and fragment identifiers are considered a fully client side feature (anchors are never sent in requests, to give an example. The server never knows about the anchor navigation, only the browser does.). As such, it might be that Internet Explorer actually doesn't allow them from the server, either. |
Paranoid (IV) Inmate From: Norway |
posted 05-13-2008 18:51 |
Paranoid (IV) Inmate From: 1393 |
posted 05-20-2008 17:11
That makes sense... thanks for the help. |