Topic: javascript error I can't figure out (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 1393 |
![]() Hey all, code: header("Location: /path/page.php?var=result#godown");
|
Paranoid (IV) Inmate From: Norway |
![]() |
Paranoid (IV) Inmate From: 1393 |
![]() Hi poi, |
Paranoid (IV) Inmate From: Norway |
![]() If it's local, it might be IE6 that is over zealous about security ... |
Paranoid (IV) Inmate From: Umeå, Sweden |
![]() 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 |
![]() |
Paranoid (IV) Inmate From: 1393 |
![]() That makes sense... thanks for the help. |