Ian Skinner wrote: > .... after a page has been requested. > > Is there a way to focus a page to an anchor dynamically after a page is > requested, when the URL does NOT have an anchor link in it? > > I have a calendar application and the users would like it to default to the > current week at the top of the page when the calendar is opened. >
You can use JavaScript to change the url to one that includes the #anchorname, or use JavaScript to just scroll the page to the anchor. The JavaScript scrolling method is more complicated to implement. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263147 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

