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.

As the others have said.. javascript

window.location.href='#anchor';

You may need to include the current page as well... ie...

window.location.href='index.cfm#anchor';

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:263150
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to