Ian:

You can use JavaScript to jump to a named anchor via the location.hash
property.  Just write code along the lines of:

        location.hash = 'nameOfAnchor';

Make sure to NOT include the hash mark in the above line of code.  Just the
name of the anchor.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


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.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:263175
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