Ian:

If you use the href property of the location object, the page will likely
reload.  If you use the hash property, the page should not jump.  So you're
JS code would be something like:

        window.location.hash = 'nameOfAnchor';

And the anchor tag would look like:

        <A NAME="#nameOfAnchor">some content</A>

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


Ian Skinner wrote:
> If I use this window.location function, will it just jump to the
> anchor or reload the page?  I'm trying to avoid reloading the
> page, because the calendar generation is a bit large and complex.
>  It takes 30-45 seconds to complete and I would hate for the
> users to have to sit through it twice.



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