A
Andy Fish
hi,
if I do this:
Response.Redirect("mypage.aspx?some-url-params#bookmark")
it seems that the bookmark gets lost - the address bar doesn't show it and
the browser stays at the top of the page
is this because the 302 redirect protocol doesn't support the "hash" part of
the url, or a bug in .net, or something funny with the specific URL I am
using?
TIA
Andy
if I do this:
Response.Redirect("mypage.aspx?some-url-params#bookmark")
it seems that the bookmark gets lost - the address bar doesn't show it and
the browser stays at the top of the page
is this because the 302 redirect protocol doesn't support the "hash" part of
the url, or a bug in .net, or something funny with the specific URL I am
using?
TIA
Andy