From: GwenP on
Can anyone please tell me how to refresh a page on the click of a button and
jump directly to a bookmark - I have used window.location.reload() but cannot
get any syntax to jump the reload to #bookmark.

Many thanks
GwenP
From: Evertjan. on
=?Utf-8?B?R3dlblA=?= wrote on 07 jan 2010 in
microsoft.public.inetserver.asp.general:

> Can anyone please tell me how to refresh a page on the click of a
> button and jump directly to a bookmark - I have used
> window.location.reload() but cannot get any syntax to jump the reload
> to #bookmark.

Wrong NG. Not ASP related.

window.location is clientside codde.

please do not follow up here.

==============================================

Use

window.location.href = '/x/y.asp#myAnchor';

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)