From: GwenP on 7 Jan 2010 07:51 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 7 Jan 2010 08:25 =?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)
|
Pages: 1 Prev: Classic ASP and ASP.Net - The "Big" Picture? Next: Basic ASP.net compile question |